/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:250px;
	width:559px;
	margin-left:-40px;
	margin-top:-12px;
	margin-bottom:10px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
		background:none;
}

    div#rotator ul li.show {
	z-index:500;
}

