#slide ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;        
}

#slide ul, #slide li{
 margin-bottom: 10px;
 padding:0;
 list-style:none;
}
#slide li{ 
width:821px;
height:270px;
overflow:hidden; 
}

#prevBtn, #nextBtn{ 
	display:block;
	width:31px;
	height:31px;
	position:absolute;
	left:30px;
	top:150px;
	}	
#nextBtn{ 
	left:760px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:31px;
	height:31px;
	background:url(../interface/prev.png) no-repeat 0 0;	
    cursor: hand;
	}	
#nextBtn a{ 
	background:url(../interface/next.png) no-repeat 0 0;	
    cursor: hand;
	}						


