/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:1010px; height:557px; padding:0px; margin:0px; background:#EEE; border:0px solid #CCC; }
#bannerRotator ul li img{ max-width:1010px; max-height:557px; border:none; }


/*---------- 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; }
#bannerRotator ul li a { text-decoration:none; border:0px solid #000;}

/*---------- USE ONLY IF YOU NEED TO ADD A SECOND ROTATOR -------------*/
/*---------- YOU CAN CHANGE THIS STUFF 2 -----------*/
#bannerRotator2 { width:160px; height:110px; padding:0px; margin:0px auto; background::#EEE; border:0px solid #CCC; }
#bannerRotator2 ul li img{ max-width:160px; max-height:110px; }

/*---------- USE ONLY IF YOU NEED TO ADD A SECOND ROTATOR -------------*/
/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF 2 -----------*/
#bannerRotator2 { position:relative; }
#bannerRotator2 ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator2 ul li { display:none; position:absolute; }
#bannerRotator2 ul li a { text-decoration:none; }

/*---------- USE ONLY IF YOU NEED TO ADD A THIRD ROTATOR -------------*/
/*---------- YOU CAN CHANGE THIS STUFF 3 -----------*/
#bannerRotator3 { width:160px; height:110px; padding:0px; margin:0px auto; background::#EEE; border:0px solid #CCC; }
#bannerRotator3 ul li img{ max-width:160px; max-height:110px; }

/*---------- USE ONLY IF YOU NEED TO ADD A THIRD ROTATOR -------------*/
/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF 3 -----------*/
#bannerRotator3 { position:relative; }
#bannerRotator3 ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator3 ul li { display:none; position:absolute; }
#bannerRotator3 ul li a { text-decoration:none; }

#bannerNav { position:absolute; left:4px; bottom:4px; background:url(/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(/img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(/img/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(/img/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(/img/play.png) }