/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
	height:365px;
	padding:2px;
	margin:3px auto;
	background::#EEE; 									
	max-height:365px;
	
}

#bannerRotator ul li img{ max-width:850px; max-height:365px;
 }


/*---------- 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; }
