#slider{ background-color:#f5f5f5; border: 1px solid #dddddd; border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;  -moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider img{border:none;}
#slider li{ 
	width:715px;
	height:150px;
	overflow:hidden; 
	}	
#prevBtn{ 
	display:block;
	width:24px;
	height:24px;
	position:relative;
	left:0px;
	top:-100px;
	float:left;
	}	
#nextBtn{ position:relative; top:-100px; padding-right:0px; float:right;
	left:0px;
	}														
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:24px;
	height:24px;
	background:url(../images/btn_slider_r.png) no-repeat 0 0;	
	}
	#prevBtn a:hover{background:url(../images/btn_slider_l_hover.png) no-repeat 0 0;}
#nextBtn a:hover{background:url(../images/btn_slider_r_hover.png) no-repeat 0 0;}
#nextBtn a{ 
	background:url(../images/btn_slider_l.png) no-repeat 0 0;	
	}