/* css for the rotator*/
/* rotator in-page placement */				
				
div#rotator { /*position:relative;*/ width:369px; height:266px; float:left; margin:0; padding:0;}

	div#rotator ul { margin:0; padding:0;}

		div#rotator ul li { position:absolute; float:left; list-style:none; margin:0; padding:0; width:369px; height:266px;}

			div#rotator ul li.show { z-index:500;}
			
			div#rotator ul li p { width:369px; padding:0 0 3px 0; margin:0; }
	
		div#rotator ul li img {	border:none; float:left; width:369px; height:236px;}
		
		
div#rotator2 { /*position:relative;*/ width:369px; height:266px; float:left; margin:0; padding:0;}

	div#rotator2 ul { margin:0; padding:0;}

		div#rotator2 ul li { position:absolute; float:left; list-style:none; margin:0; padding:0; width:369px; height:266px;}

			div#rotator2 ul li.show { z-index:500;}
			
			div#rotator2 ul li p { width:369px; padding:0 0 3px 0; margin:0; }
	
		div#rotator2 ul li img {	border:none; float:left; width:369px; height:236px;}