/* rotator in-page placement */
    div.rotator {

	position: relative;
	height:120px;
	width:264px;
	margin-left: 10px;
}
/* rotator css */
	div.rotator ul li {
	position:absolute;
	list-style: none;
	left: -1px;
	top: -0px;
}
/* rotator image style */	
	div.rotator ul li img {
	padding: 0;
	
}
