/* rotator in-page placement */
div#rotator1 {
	background-image:  url(../images/tuesday_weekly6.jpg);
	height:600px;
}
div#rotator {
	xposition:relative;
	position: absolute;
	height:200px;
	margin-left: -20px;
	margin-top: 260px;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
	border:1px solid #000;
	padding: 4px;
	background: #000;
}
div#rotator ul li.show {
	z-index:500;
}

