@charset "utf-8";
/* CSS Document */
.sliderWrapper{
	background-repeat: repeat-x;
	background-position: 0px 224px;
	height: 303px;
	position: relative;
}
/*#content{
	margin-right: auto;
	margin-left: auto;
	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: 303px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
#slider ul li{
	height: 303px;
	overflow: hidden;
	width: 950px;
	position: relative;
}
#slider ul li a{
}

	#prevBtn, #nextBtn{
	display:block;
	width:50px;
	height:40px;
	position:absolute;
	left: 0px;
	top: 140px;
		}	
	#nextBtn{
	left:900px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:50px;
	height:35px;
	
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a{
	background-repeat: no-repeat;
	background-position: 0 0;
		}				

