body { background:#2b2b2b url(../../images/bg_home.png) repeat-x; }
#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:978px; height:212px !important; height:206px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:69px; height:23px; position:absolute; left:0; top:-50px; }
#nextBtn { left:75px; }
#prevBtn a { display:block; width:69px; height:23px; background:url(../../images/Prev_topic.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:69px; height:23px; background:url(../../images/next_topic.gif) no-repeat 0 0; }
