.album{
	width:1000px;
	overflow:hidden;
	position: absolute;
	top:180px;
	left:12px;
}

.album-image-md{
	position:relative;
	z-index:1;
	margin:0 auto;
	height:476px;
	overflow:hidden;	
}

.album-image-bd{
	position:relative;
	z-index:1;
	margin:0 auto;
	height:440px;
	text-align:center;
	overflow:hidden;
	margin-top: -10px;
}

.album-image{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	border: 5px solid #fff;
}

.album-image-ft{
	margin:0 auto;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
}

#album-image-ft{
	font-size:12px;
}

.album-image-nav{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:980px;
	height:750px;
	overflow:hidden;
}

.album-image-nav-left-block{
	position:relative;
	z-index:1;
	float:left;
	margin:0;
	width:50%;
	height:420px;
	list-style-type:none;
	overflow:hidden;
}

.album-image-nav-right-block{
	position:relative;
	z-index:1;
	float:left;
	margin:0;
	width:50%;
	height:420px;
	list-style-type:none;
	overflow:hidden;
}

.album-image-btn-prev:link,.album-image-btn-prev:visited,.album-image-btn-prev:hover{
	position:absolute;
	z-index:2;
	top:50%;
	left:0;
	margin-top:-44px;
	width:65px;
	height:86px;
	background: url(../images/link-01.png) 0 -156px;
}

.album-image-btn-next:link,.album-image-btn-next:visited,.album-image-btn-next:hover{
	position:absolute;
	z-index:2;
	top:50%;
	right:0;
	margin-top:-44px;
	width:65px;
	height:86px;
	background: url(../images/link-01.png) -65px -156px;
}


.album-image-loading-overlay{
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	margin:0;
	width:980px;
	height:750px;
	background-color:#FFF;
	opacity: 0.6;
	filter:alpha(opacity=60);
	overflow:hidden;
}

.album-image-loading-overlay img{
	position:absolute;
	z-index:4;
	top:50%;
	left:50%;
	margin:-50px  0 0 -50px;
	width:100px;
	height:100px;
}

.album-carousel{
	margin:0 auto;
	width:982px;
	height:96px;
	overflow:hidden;
}

.album-carousel-btn-prev:link,.album-carousel-btn-prev:visited,.album-carousel-btn-prev:hover{
	display: block;
	float:left;
	margin:0;
	width:50px;
	height:90px;
	text-align: center;
}

.album-carousel-btn-next:link,.album-carousel-btn-next:visited,.album-carousel-btn-next:hover{
	display: block;
	float:right;
	margin:0;
	width:50px;
	height:90px;
	text-align: center;
}

.album-carousel-btn-prev img,.album-carousel-btn-next img{
	width: 30px;
	margin-top: 30px;

}
/*.album-carousel-btn-prev:hover,.album-carousel-btn-next:hover{
	color:#F00;
	background-color:#F4F4F4;
}*/

.album-carousel-zone{
	position:relative;
	z-index:1;
	float:left;
	/*margin-left:21px;*/
	width:882px;
	height:96px;
	overflow:hidden;
}

.album-carousel-list{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:1760px;
    height:96px;
	overflow:hidden;
}

.album-carousel-thumb{
	position:relative;
	z-index:3;
	float:left;
	margin:0;
	list-style-type:none;
	width:126px;
	height:96px;
	overflow:hidden;
	text-align: center;
	background: #fff;
}

.album-carousel-thumb a:link,.album-carousel-thumb a:visited,.album-carousel-thumb a:hover{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:120px;
	height:90px;
	border:3px solid #000;
	overflow:hidden;
	text-align: center;
}

.album-carousel-thumb-selected a:link,.album-carousel-thumb-selected a:visited,.album-carousel-thumb-selected a:hover,.album-carousel-thumb a:hover{
	border:3px solid #F00;
}

.album-carousel-thumb img{
	height:90px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.album-carousel-thumb-selected a:link img,.album-carousel-thumb-selected a:visited img,.album-carousel-thumb-selected a:hover img,.album-carousel-thumb a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

.album-download:link,.album-download:visited,.album-download:hover{
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	margin:0;
	height:28px;
	line-height:28px;
	font-size:12px;
	padding-left:30px;
	text-decoration:none;
	background:transparent url(../img/button-bg-comments.png) 0 -137px no-repeat;
	overflow:hidden;
}

.album-download:hover{
	background-position: 0 -282px;
	color:#FFF;
}

.album-download span{
	display:block;
	background:transparent url(../img/button-bg-comments.png) 100% -50px;
	padding-right:20px;
}

.album-download:hover span{
	background-position: 100% -456px;
}

.hide{
	display:none;
}
