﻿/* rotator in-page placement */
div#rotator {
	position:relative;
	height:260px;
	widows:260px;
	margin-left: 3px;

}
/* rotator css */
div#rotator ul li 
{
	position:absolute;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
/* rotator image style */	
div#rotator ul li img {	
	padding: 3px;
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}
