<style type="text/css">

/* rotator in-page placement */

    div.rotator {

	position:absolute;



}

/* rotator css */

	div.rotator ul li {

	float:left;

	position:absolute;

	list-style: none;
	right:35px;
	top:120px;

}

/* rotator image style */	

	div.rotator ul li img {

	border:1px solid #ccc;

	padding: 4px;

	background: #FFF;
	overflow:hidden;
	max-height:250px;
	height:200px;


}

    div.rotator ul li.show {

	z-index:500;
}

</style>
