#slider{

width:790px;
overflow:hidden;
height:555px;
} 
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
margin-right:3px;
height:555px;
overflow:hidden; 
} 

#prevBtn { 
display:block;
width:12px;
height:13px;
position:absolute;
left:235px;
top:580px;
z-index:3;
}

#nextBtn{ 
display:block;
width:12px;
height:13px;
position:absolute;
left:780px;
top:580px;
border:0px red solid;
z-index:3;
} 

#prevBtn a, #nextBtn a{  
display:block;
width:12px;
height:13px;
background:url(185) no-repeat 0 0; 

} 

#nextBtn a{ 
background:url(186) no-repeat 0 0; 

}

#container {
background:#FFFFFF none repeat scroll 0 0;
margin:0 auto 2em;
position:relative;
text-align:left;
width:798px;

}

#content {
position:relative;
}
