/* rotator in-page placement */
    div#rotator {
width: 914px;
height: 247px;
position: relative;
top: 20px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: none;
}
    div#rotator ul li.show {
	z-index:1;

}
#rotator ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
