#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
#slider li {
	width:945px;
	overflow:hidden;
}
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:58px; height:58px; position:absolute; left:5px; top:-150px; }
#nextBtn { left:915px; }
#prevBtn a { display:block; width:58px; height:58px; background:url(images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:58px; height:58px; background:url(images/r_arrow.gif) no-repeat 0 0; }
