@charset "utf-8";
/* CSS Document */
.sliderWrapper{
	background-image: url(../img/slider_wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 224px;
	height: 300px;
	position: relative;
}
	#content{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slider_bg.gif);
	background-repeat: no-repeat;
	padding: 12px;
	width: 908px;
	height: 234px;
	position: relative;
		}
#slider{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#slider ul{
	height: 234px;
	width: 908px;
	overflow: hidden;
	position: relative;
}
#slider ul li{
	height: 234px;
	overflow: hidden;
	width: 908px;
	position: relative;
}
#slider ul li a{
}
#slider ul li a ins{
	display: none;
}
#slider ul li a:hover ins{
	display: block;
	height: 234px;
	width: 908px;
	background-color: #4b0f23;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(Opacity=80);
	background-image: url(../img/readmore.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
	#prevBtn, #nextBtn{
	display:block;
	width:50px;
	height:35px;
	position:absolute;
	left: -20px;
	top: 100px;
		}	
	#nextBtn{
	left:900px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:50px;
	height:35px;
	background-image: url(../img/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a{
	background-image: url(../img/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}				

