/* CSS Document */
.header { }
.block_header { margin:0 auto; width:471px; }
#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:466px; height:233px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:22px; height:50px; position:absolute; left: -22px; top:-145px; }
#nextBtn { left:466px; }
#prevBtn a { display:block; width:22px; height:50px; background:url(images/l_arrow.png) no-repeat 0 0; }
#nextBtn a { display:block; width:22px; height:50px; background:url(images/r_arrow.png) no-repeat 0 0; padding-left:15px; }


