/* rotator in-page placement */
    div.rotator {
	position:relative;
	margin-left: 0px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	line-height:13px;
	list-style: none;
}

div.rotator ul li.show {
	z-index:50000
}

