/* Easy Slider Code for Home Page */
#slider ul, #slider li s { margin:0; padding:0; list-style:none; }
#slider li, #slider div, #slider a { width:725px; height:260px; overflow:hidden; }
#prevBtn, #nextBtn { display:block; width:46px; height:45px; position:absolute; top:200px; z-index: 10 }
#prevBtn { left:15px; }
#nextBtn { left:665px }
#prevBtn a { display:block; width:46px; height:45px; background:url(images/carousel-arrowleft.png) top left no-repeat; }
#nextBtn a { display:block; width:46px; height:45px; background:url(images/carousel-arrowright.png) top left no-repeat; }
#prevBtn a span, #nextBtn a span { display:none; }
#prevBtn a:hover { background:url(images/carousel-arrowleft.png) top right no-repeat; }
#nextBtn a:hover { background:url(images/carousel-arrowright.png) top right no-repeat; }
/*--------------------------------*/