/* rotator in-page placement */
#rotator { width: 570px; height: 370px; padding-bottom: 10px; }

/* rotator css */
#rotator ul { padding: 0; margin: 0; z-index: -1000; }
#rotator ul li { position: absolute; list-style: none; z-index: -1000; }

/* rotator image style */	
#rotator ul li img { width: 570px; height: 370px; background: transparent; }
#rotator ul li.show { z-index: 500; }

/* overlay */
#rotator #overlay { position: absolute; width: 570px; height: 370px; z-index: 1000; background: transparent url('/images/overlay.png') top left no-repeat; }
