/* CSS Document */

/* rotator in-page placement */
    div#rotator {
	display:block;
	position:absolute;
	height:250px;
	margin-left: -35px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	display:block;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:450
}

