.lb-album li{
	float: left;
	margin: 15px;
	position: relative;
   list-style: none;
   border: 10px solid #d1d1d1;
   -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px 0px 0px 0px;
}
.lb-album li > a{
	width: 150px; height: auto; max-height:200px;
	/* height: 200px; */

}
.lb-album li > a span{
	width: 150px;
	/* height: 200px; */

}

.lb-overlay a.lb-close{
	background: #333;
	z-index: 3001;
	color: #fff;
	position: absolute;
	top: 23px;
	left: 50%;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	width: 100px;
	height: 25px;
	overflow: hidden;
	margin-left: -50px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}


.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 50px 40px 30px 40px;
}
