#slider { width:890px; height:252px; margin:0 53px 0 111px; padding:0; }
#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:890px; height:252px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:27px; height:26px; position:absolute; left:70px; top:-200px; }
#nextBtn { top:-174px; }
#prevBtn a { display:block; width:27px; height:26px;  }
#nextBtn a { display:block; width:27px; height:26px; }