/* --------------------BANNER ROTATOR--------------------- */
#rotater { 
	display:block; 
	position:relative; 
	width:284px; 
	height:182px; 
/*	margin:0px auto 0px; */
	margin:3px;  
	padding:3px;  
	border:1px #1178C2 solid; 
}
#rotater_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:284px ; 
	height:181px ; 
/*	margin:0px auto 0px;  */
	margin:0px;  
}
#rotater_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#rotater_items a img { 
	border:none; 
}

