@charset "utf-8";
/* CSS Document */
.gallery { width:400px; height:370px; margin:7px 0 0 7px; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:400px; height:370px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:26px; height:50px; position:absolute; left:-33px; top:-225px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:26px; height:50px; position:absolute; left: 409px; top:-225px; }
#prevBtn a { display:block; width:26px; height:50px; background:url(images/l_arrow.png) no-repeat 0 0; }
#nextBtn a { display:block; width:26px; height:50px; background:url(images/r_arrow.png) no-repeat 0 0; }