#gallery {
	padding: 15px;
	/*width: 980px;*/
}
.centered {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box {
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 1.1em;
	float: left;	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	position: relative;
	display: block !important;
}
.box img {
	margin: 0px;
	padding: 0px;
}
.box img{
	width: 110px;
	height: 165px;
}
.col1 {
	width: 110px;
	height: 195px;
}
.box.col1:hover, 
.box.col2:hover {
	background-color: #CCCCCC; /*#D9CAA9;*/
	cursor: pointer;
	/*margin-top: -5px;
	margin-left: -5px;
	border: 3px solid #FFF;	*/
	-webkit-box-shadow: #000 0px 10px 20px;
	-moz-box-shadow: #000 0px 10px 20px;
	box-shadow: #000 0px 10px 20px;
	z-index: 9999;
}
/*
.box:hover, 
.box:hover img {
	height: 106px;
	width: 106px;
}
*/

.col5, 
.col5:hover {
	width: 510px !important; 
	height: 410px !important;
	-webkit-box-shadow: #000 0px 10px 40px;
	-moz-box-shadow: #000 0px 10px 40px;
	box-shadow: #000 0px 10px 40px;
	z-index: 9800;
	/* background-image: url(library/1temp/masteredby.png); */
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFF !important;
	overflow: hidden;
}

.col5 img {
	float:left;
	margin-right: 15px;
}
.col5 img,
.col5:hover img {
	width: 273px;
	height: 410px;
}

/*.col1 .artist,*/
.col1 .title,
.col1 .infoWrapper,
.col1 .engLink {
	display: none;
	visibility:hidden;
}

.col1 .artist {
	color: #000000;
}
	
.col5 .artist {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	visibility: visible !important;
	text-align: left;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	font-style: normal;
	background-color: #1B3C46;
	/*margin-left: -1px;*/
}
.col5 .title {
	text-transform: none;
	display: block;
	visibility: visible !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #252525;
	display: block;
	text-align: left;
	line-height: 15px;
	margin-top: 20px;
	background-color: #FFF;
	padding: 0px;
}
.col5 .infoWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 10px;
	display: block;
	visibility: visible !important;
	padding: 0px;
	margin-top: 15px;
	margin-left: -4px;
}
.infoWrapper span {
	padding-right: 4px;
	padding-left: 4px;
	color: #222;
}

/* Self Centering block 2 */
.col5 .engLink {
	display: table !important;
	visibility: visible !important;
	height: 70px;
	overflow: hidden;
	background-color: #1B3C46; /*#9D9079;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: -50px center;
	position: absolute;
	bottom: 35px;
	width: 205px; /*323px;*/
	right: 0px;
	padding: 0px;
	background-image: url(library/layout/disco-eng-arrow.png);
}

.col5 .engLink:hover {
	background-color: #010304 !important; /*  #9c3232    3E3E3E */
	background-position: -2px center;
	cursor: pointer;
	text-decoration: none;
}
  
.col5 .engLink .engNameSuperWrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.col5 .engLink .engNameSuperWrapper .engNameWrapper:before {
	content:"Production Systems: ";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #e6e3dd;
	font-weight: normal;
	white-space: normal !important;
	letter-spacing: 0.05ex;
}

.col5 .engLink .engNameSuperWrapper .engNameWrapper .engName {
	text-decoration: none;
	padding: 0px;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: left;
	margin-top: 2px;
	text-transform: uppercase;
}

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
