.tc-bg { 
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: #000;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 12;
	top: 0px;
	left: 0px;
	display:none;
}

.tc-photo { width:900px; float:left; position:fixed; z-index: 99999; top:100px; left:40%; margin-left:-310px; display:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow:hidden;}

.tc-photo .tc-top {
    width: 100%;
	text-align:right;	    
}

.tc-photo .tc-top i { font-size:20px; color:#fff;}

.album{
	margin:0 auto;
	width:900px;
	background:#eee;
}

.album-image-md{
	position:relative;
	z-index:1;
	margin:0 auto;
	height:500px;
	overflow:hidden;
}

.album-image-bd{
	position:relative;
	z-index:1;
	margin:0 auto;
	height:500px;
	text-align:center;
	overflow:hidden;
}

.album-image{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
}

.album-image-ft{
	margin:0 auto;
	height:50px;
	line-height:50px;
	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:900px;
	height:500px;
	overflow:hidden;
}

.album-image-nav-left-block{
	position:relative;
	z-index:1;
	float:left;
	margin:0;
	width:30%;
	height:500px;
	list-style-type:none;
	overflow:hidden;
}

.album-image-nav-right-block{
	position:relative;
	z-index:1;
	float:right;
	margin:0;
	width:30%;
	height:500px;
	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:-40px 0 0 0;
	width:40px;
	height:80px;
	line-height:60px;
	font-size:100px;
	color:#fff;
	background-color:#333;
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}

.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:-40px 0 0 0;
	width:40px;
	height:80px;
	line-height:60px;
	font-size:100px;
	color:#fff;
	background-color:#333;
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}

.album-image-btn-prev:hover,.album-image-btn-next:hover{
	color:#FFF;
	background-color:#000;
}

.album-image-loading-overlay{
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	margin:0;
	width:900px;
	height:500px;
	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:-100px  0 0 -150px;
	width:300px;
	height:200px;
}

.album-carousel{
	margin:15px auto;
	width:390px;
	height:100px;
	position: absolute;
	left:28%;
	bottom:13%;
	z-index:100;
}

.album-carousel-btn-prev:link,.album-carousel-btn-prev:visited,.album-carousel-btn-prev:hover{
	float:left;
	margin:0;
	width:30px;
	height:100px;
	line-height:80px;
	text-align:center;
	font-size:80px;
	text-decoration:none;
	color:#999;
	overflow:hidden;
	position:absolute; left:-40px;
	z-index:1;
}

.album-carousel-btn-next:link,.album-carousel-btn-next:visited,.album-carousel-btn-next:hover{
	float:right;
	margin:0;
	width:30px;
	height:100px;
	line-height:80px;
	text-align:center;
	font-size:80px;
	text-decoration:none;
	color:#999;
	overflow:hidden;
	position:absolute; right:-30px;
	z-index:1;
}

.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:0;
	width:390px;
	height:96px;
	/*background-color:#FFF;*/
	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:130px;
	height:96px;
	overflow:hidden;
}

.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 #ddd;
	overflow:hidden;
}

.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{
	position:absolute;
	z-index:1;
	display:block;
	top:-3px;
	left:-3px;
	width:123px;
	height:96px;
	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;
}
