/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {  width:987px; height:342px; padding:0; margin:0;}
#bannerRotator ul li img{  width:987px; height:342px;}


/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative;}
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; width:987px; height:342px;}
#bannerRotator ul li a { text-decoration:none;}

#bannerNav { position:absolute; text-align:right; right:15px; bottom:25px; }
#bannerNav a { margin:3px 10px 0 0; height:10px; width:10px; display:block; background:url(img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(img/dotLight.png); }