
/* EASY SLIDER 1.5 GENERALS
////////////////////////////////////////////////////////////////////////////*/

#slider li { width:510px; height:157px; overflow:hidden; }

#prevBtn, 
#nextBtn { display:block; position:absolute; top:60px; height:24px; width:37px; }

#prevBtn { left:5px; }
#nextBtn { right:-10px; }

#prevBtn a, 
#nextBtn a { display:block; height:37px; text-indent:-9999px; width:24px; }
#prevBtn a { background:url(../images/bt-arrow-left.png) no-repeat 0 0; }
#nextBtn a { background:url(../images/bt-arrow-right.png) no-repeat 0 0; }