/* Rotator */

/* rotator in-page placement */
    div.rotator {
	height:171px;
	width: 759px;
	display: none;
	margin-left: 0px;
}
/* rotator css */
	div.rotator ul li {
	
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}


/* rotator in-page placement */
    div.rotator2 {
	height:171px;
	width: 759px;
	display: none;
	margin-left: -25px;
}
/* rotator css */
	div.rotator2 ul li {
	
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator2 ul li img {
	
	padding: 0px;
	background: #FFF;
}
    div.rotator2 ul li.show {
	z-index:500
}