/* rotator in-page placement */
div.rotator {
	position:relative;
	height:350px;
}

/* rotator css */
	div.rotator ul li {
	position:absolute;
	list-style: none;
	left: 17px;
	top: 17px;
}

/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}

    div.rotator ul li.show {
	z-index:500;
}
