/* rotator in-page placement */
    div#rotator {
	position:relative;
	width:300px;
	height:394px;
	float: left;
	margin-right: 10px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    div#rotator ul li.show {
	z-index:500
}

