/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:140px;
	width:540px;
	overflow:hidden;
	margin-bottom:30px;
	z-index:1;
	
	
	
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}
    div.rotator ul li.show {
	z-index:1
}
