/* rotator in-page placement */
div.rotator {
	display: none;
}
div.rotator ul {
	float:left;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	list-style: none;
	position: absolute;
}
/* rotator image style */	
	div.rotator ul li img {
	background: #FFF;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding: 4px 4px 4px 4px;
}
    div.rotator ul li.show {
	z-index:500;
}
