.graphic, #prevBtn, #nextBtn {
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#containerSlider {	
margin:0 auto;
position:relative;
text-align:left;
width:696px;
background:#fff;		
margin-bottom:2em;
}	
#contentSlider {
position:relative;
}			

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li { 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:696px;
height:223px;
overflow:hidden; 
}	
#prevBtn, #nextBtn { 
display:block;
width:20px;
height:223px;
position:absolute;
left:-20px;
top:0;
}	
#nextBtn { 
left:696px;
}														
#prevBtn a, #nextBtn a{  
display:block;
width:30px;
height:223px;
background:url(/imgstore/slides/left-barb.png) no-repeat 0 0;	
}	
#nextBtn a { 
background:url(/imgstore/slides/right-barb.png) no-repeat 0 0;	
}
#nextBtn a:hover { 
background:url(/imgstore/slides/right-barb.png) no-repeat 0 -230px;	
right:0;
}
#prevBtn a { 
background:url(/imgstore/slides/left-barb.png) no-repeat 0 0;	
}
#prevBtn a:hover { 
background:url(/imgstore/slides/left-barb.png) no-repeat 0 -230px;	
right:0;
}

				
