@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/font/BebasNeue-webfont.eot');
    src: url('../font/font/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/font/BebasNeue-webfont.woff') format('woff'),
         url('../font/font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/font/BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lb-album{
	position: absolute;
	width: 1400px;
	height: 500px;
	left: 100px;
	top: 35px;
	text-align: center;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	list-style: none;
	float: left;
	margin: 0px 20px 20px 0px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.lb-album li > a img{
	top: 10px;
	left: 10px;
	border: none;
}

.lb-album li > a{
	text-decoration: none;
	width: 300px;
	height: 200px;
	position: relative;
	padding: 10px;
	background: #D26861;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
.lb-album li > a span{
	position: absolute;
	width: 300px;
	height: 200px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 200px;
	color: rgba(0, 0, 0, 0.7);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 30px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(211,111,85, 0.7);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(210,104,97,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(210,104,97,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(210,104,97,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(210,104,97,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(210,104,97,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(210,104,97,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

/*desktop resolution at 1024x768*/
@media only screen and (max-width: 1024px){
	.lb-album{
		position: absolute;
		width: 896px;
		height: 438px;
		left: 45px;
		top: 45px;	
	}
	.lb-album li > a{
		text-decoration: none;
		width: 190px;
		height: 139px;
		position: relative;
		padding: 7px;
	}
	.lb-album li > a span{
		position: absolute;
		width: 190px;
		height: 139px;
		top: 7px;
		left: 7px;
		line-height: 145px;
		font-size: 24px;
	}
	.lb-album li > a img{
		top: 7px;
		left: 7px;
		width: 190px;
		height: 139px;
	}
}

/*desktop resolution at 1280x800*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 800px){
	.lb-album{
		position: absolute;
		width: 1280px;
		height: 547px;
		left: 55px;
		top: 30px;	
	}
	.lb-album li > a{
		text-decoration: none;
		width: 240px;
		height: 174px;
		position: relative;
		padding: 8px;
	}
	.lb-album li > a span{
		position: absolute;
		width: 240px;
		height: 174px;
		top: 8px;
		left: 8px;
		line-height: 174px;
		font-size: 30px;
	}
	.lb-album li > a img{
		top: 8px;
		left: 8px;
		width: 240px;
		height: 174px;
	}
}

/*desktop resolution at 1280x1024*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (min-height: 801px) and (max-height: 1024px){
	.lb-album{
		position: absolute;
		width: 1280px;
		height: 700px;
		left: 35px;
		top: 100px;	
	}

	.lb-album li{
		list-style: none;
		float: left;
		margin: 0px 30px 30px 0px;
		position: relative;
	}

	.lb-album li > a{
		text-decoration: none;
		width: 240px;
		height: 174px;
		position: relative;
		padding: 8px;
	}
	.lb-album li > a span{
		position: absolute;
		width: 240px;
		height: 174px;
		top: 8px;
		left: 8px;
		line-height: 174px;
		font-size: 30px;
	}
	.lb-album li > a img{
		top: 8px;
		left: 8px;
		width: 240px;
		height: 174px;
	}
}

/*desktop resolution at 1366x768*/
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px){
	.lb-album{
		position: absolute;
		width: 1366px;
		height: 547px;
		left: 90px;
		top: 25px;	
	}
	.lb-album li > a{
		text-decoration: none;
		width: 240px;
		height: 174px;
		position: relative;
		padding: 8px;
	}
	.lb-album li > a span{
		position: absolute;
		width: 240px;
		height: 174px;
		top: 8px;
		left: 8px;
		line-height: 174px;
		font-size: 30px;
	}
	.lb-album li > a img{
		top: 8px;
		left: 8px;
		width: 240px;
		height: 174px;
	}
}

/*desktop resolution at 1440x900*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) and (max-height: 900px){
	.lb-album{
		position: absolute;
		width: 1440px;
		height: 547px;
		left: 10px;
		top: 30px;	
	}
}