
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:185px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 4px;
	background: #28262B;
}
    div#rotator ul li.show {
	z-index:185px
}
