﻿/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:30px;
	margin: 0;
	padding:0;
	z-index:1 !important;
}
/* rotator css */

	div#rotator ul {
	margin:0; 
	padding:0;
	list-style-position:inside;
}
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0;
	padding:0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:1;
}
