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