/* Easy Slider 

/* width of slider */
#slider, #slider li{/*height:300px;*/ width:480px; overflow:hidden; margin: auto; padding-top: 8px;}
#slider li {display: block;}


/* This Below is where you change the position of the buttons */
#prevBtn {margin-top: -140px; margin-left: 10px; margin-right: 10px; float: left; width: 30px; height: 77px;}
#nextBtn {margin-top: -140px; margin-right: 18px; margin-left: 0px; float: right; width: 30px; height: 77px;}
#prevBtn:active, #nextBtn:active {outline: 0;}

/* Above this is where you change the position*/
#prevBtn a, #nextBtn a{display:block; width:37px; height:77px; background-image: url(../backgrounds/previous_slider_btn.jpg);
background-repeat: no-repeat; background-position: 0 0; text-indent:-9999px;}

#nextBtn a{background-image: url(../backgrounds/next_slider_btn.jpg); background-repeat: no-repeat; background-position: 0 0;}
/* // slider */


