#slider { margin:0 auto; padding:0; list-style:none; width:900px; }
#slider ul,
#slider li { margin:0;padding-top: 20px; 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:900px; overflow:hidden; padding:0; margin:0 auto; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:15px; height:30px; position:absolute; left:5px; top:-135px; }
#nextBtn { left:930px; }
#prevBtn a { display:block; width:15px; height:30px; background:url(../images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:15px; height:30px; background:url(../images/r_arrow.gif) no-repeat 0 0; }
.inews_img{ float:left; margin:0; padding-right: 20px;padding-left:8px}
.inews_text{padding: 5px 10px 10px 10px;}