@charset "gb2312";
/* CSS Document Download by https://nowjava.com*/

#slider{ width:600px;height:30px;overflow:hidden;color:#FFF; font-size:14px;background: #C00; position:relative;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
	}
#slider ul{ display:block; float:left; width:400px;}	
#slider li{
	width:400px;
	overflow:hidden;
	line-height:30px;
	padding-left:5px;
	
	}

span#prevId{}
span#nextId{}

#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:10px;
	position:absolute;
	left:370px; top:14px; *top:22px;
	}	
#nextBtn{ 
	top:26px;*top:32px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:12px;
	height:10px;
	background: url(../images/up1.png) no-repeat 0 0;	
	}	
#prevBtn a:hover{ 	
    display:block;
	width:12px;
	height:10px;
	background:url(../images/up.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/down1.png) no-repeat 0 0;	
	}	
#nextBtn a:hover{ 
	background:url(../images/down.png) no-repeat 0 0;	
	}