/* rotator in-page placement */
div#rotator { position: relative; }
/* rotator css */
div#rotator img { float: left;
				  position: absolute;
	              list-style: none; }
/* rotator image style 
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}*/	
   div#rotator img.show { z-index: 500;}
   
   img.rotatecopy { background: transparent none repeat scroll 0 0 }
