pre{
display:block;
font:12px "Courier New", Courier, monospace;
padding:10px;
background:#e3f4f9;	
margin:.5em 0;
width:400px;
}	
.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#content{
position:relative;
width:900px;
margin:0 auto;
}			
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
width:900px;
height:233px;
overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
display:block;
width:30px;
height:58px;
position:absolute;
left:1px;
top:83px;
}	
#nextBtn{ 
left:870px;
}														
#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;
}