.gallery { float:right; width:389px; height:214px; margin:0px 5px 0 0; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; height:214px; 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:315px; height:214px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:46px; height:46px; position:absolute; left:-517px !important; left:-512px; top:-120px; }
#nextBtn { left:330px !important; left:10px; }
#prevBtn a { display:block; width:1px; height:1px; background:url(/assets/img/spacer.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:46px; height:46px; background:url(/assets/img/arrow.png) no-repeat 0 0; }