
.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#content{
position:relative;
width:570px;
margin:10px 0 0 1px;
}			
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
width:570px;
height:360px;
overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
display:block;
width:30px;
height:58px;
position:absolute;
left:-40px;
top:71px;
}	
#nextBtn{ 
left:437px;
}														
#prevBtn a, #nextBtn a{  
display:block;
width:30px;
height:58px;
background:url(../images/prev.png) no-repeat 0 0;	
behavior: url("images/iepngfix.htc");
cursor:pointer;
}	
#nextBtn a{ 
background:url(../images/next.png) no-repeat 0 0;	
behavior: url("images/iepngfix.htc");
cursor:pointer;
}