/* rotator in-page placement */
    div#rotator {
	position:absolute;
	width:385px;
	height:400px;
	background-image:url('../img/rotation_bkg.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
/* rotator css */
div#rotator ul{
	padding:0px;
	margin:0px;
	}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:0px;
	margin:0px;
}
/* rotator image style */	
	div#rotator ul li img {
	padding:0px;
	margin:0px;
}
    div#rotator ul li.show {
	z-index:500;
}
