/* rotator in-page placement */
div#rotator {
	position:relative;
	height:90px;
	top:0px;
	background:#E9E9EB;
}
div#rotator ul{
	margin:0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left:0px;
	top:0px;
}
/* rotator image style */	
    div#rotator ul li.show {
	z-index:500
}

