/* rotator in-page placement */
    div#rotator {
	position:relative;
	width:120px;
	height:135px;
	float:left;
	margin-right:15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position: absolute;
	list-style: none;
	margin:0px;
	padding:0px;
}

	div#rotator ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
/* rotator image style */	
	div#rotator ul li img {
border: none;
}
    div#rotator ul li.show {
	z-index:500
}

