﻿/* rotator in-page placement */
div#rotator2 {
	margin: 0px 0px 0px 0px;
}
/* rotator css */
div#rotator2 ul li
{
	list-style: none;
}
/* rotator image style */	
div#rotator2 ul li img {
	/*border:1px solid #ccc;*/
	background: #FFF;
}
div#rotator2 ul li.show {
	z-index:500
}