/* rotator in-page placement */
    div#rotator {
	position:absolute;
	z-index:98;
	height:100px;
	width:150px;
	margin-left:40px;
	margin-top:25px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator css */
	div#rotator ul{
		padding:0;
		margin:0;
}
/* rotator image style */	
	div#rotator ul li img {
	background: none;
	border:none;
	margin:0;
	padding:0;
}
    div#rotator ul li.show {
	z-index:99;
}