/* Elastislide Style */
.es-carousel-wrapper{
	padding:10px 27px;
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	background:#000;
	height:93px;
	position:absolute;
	bottom:10px;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;	
	position:relative;
}
.es-carousel ul li a:hover .blackcover,.es-carousel ul .selected .blackcover{
	display:none;
}
.es-carousel ul li .blackcover{
	position:absolute;
	width:120px;
	height:93px;
	top:0;
	background:url(../images/blackcover.png) no-repeat center 0px;
}
.es-top-albums-switch{
	background:url(../images/t.png) no-repeat center -27px;
}
.isclose{
	background-position:  center 0;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	height:93px;
}
.es-nav span{
	position:absolute;
	top:93px;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}