﻿/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:200px;
	margin-left: 10px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:4px solid #ccc;
	padding: 4px 6px 4px 6px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

