/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:50px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	padding: 4px;
}
    div#rotator ul li.show {
	display:block;
}

div#rotator ul li.hide {
	display:none;
}