/* rotator in-page placement */
div.rotator {
	position:relative;
	height:310px;
	margin:0px 0px;
	text-align: center;
	margin-top: 5px;
	/*margin-left: 15px;*/
}
/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	/* border:1px solid #ccc; */
	/*padding: 4px;*/
	background: #FFF;
	z-index:0;
	position:relative;
}

div.rotator ul li.show {
/*	z-index:500; */
}
