.lb-album{
	width: 1280px;
	height: 1200px;
	margin: 0 auto;
	font-family: courier New, 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-left: -33px;
	margin-top: 150px;
}

#collectiontitle{text-align: center;}

.lb-overlay span{margin-top: -40px;z-index: 1000;}



.LJ{color:#5f5f5f; top: -50px;}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
	padding-right: 90px;
	padding-bottom: 215px;
	list-style: none;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;

}

.lb-album li > a:hover{

	opacity: 0.8;
		-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;

}

.lb-album li > a span{
	opacity: 1;
 color:#5f5f5f;

}

.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	margin-top: -75px;
	padding: 0px;
	z-index: 100;
	text-align: center;
	background: rgb(229,229,229);
	background: -moz-radial-gradient(center, ellipse cover, rgba(229,229,229,.8) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(229,229,229,.8)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(229,229,229,.8) 0%,rgba(238,238,238,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(229,229,229,.8) 0%,rgba(238,238,238,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(229,229,229,.8) 0%,rgba(238,238,238,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(229,229,229, .8) 0%,rgba(238,238,238,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	font-family: courier New;
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;

}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
	
}



.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 10px;
	font-family: courier New,  Georgia, serif;
margin-top: -30px;
	
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	font-family: courier New, Georgia;
	z-index:2001;
	color: #5f5f5f;
	position: absolute;
	top: 23px;
	margin-top: 80px;
	left: 48%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 90px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: .4;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    
}

.lb-overlay a.lb-close:hover{color: #fff;
}


.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	height: 110%;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/

	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}




.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;

	width: 34px;
	height: 25px;
	opacity: 1;
}



.lb-prev{

margin-left: -71px;
	margin-top: -110px;
	background: transparent url("limages/arrow-left.png") no-repeat top left;
}
.lb-next{
margin-left: 37px;
	margin-top: -110px;
	background: transparent url("limages/arrow-right.png") no-repeat top right;
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

#gallery9{margin-left: 275px;}


