* { margin:0; }
/* You can change the dimension and replace images... but pretty much everything else is needed for the script to work */
#bannerRotator { width:464px;height:324px;float:left;margin:8px 14px 0px 0px;overflow:hidden; }
#bannerRotator ul { list-style:none; padding:0; position:relative; }
#bannerRotator ul li { display:none; width:464px; height:324px; position:absolute; top:0px; left:0px; }
#bannerNav { position:absolute; right:15px; bottom:8px; background:url(js/img/transBlack75.png) repeat 0 0; padding:5px 5px 5px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#bannerNav a { margin:3px 10px 0 0 ; height:10px; width:10px; display:block; background:url(js/img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(js/img/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(js/img/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(js/img/play.png) }