#rotator
{
	background-color: #000;
	cursor: pointer;
	height: 265px;
	left: 130px;
	margin: 50px auto 10px;
	overflow: hidden;
	position: absolute;
	top: -50px;
	width: 820px;
	z-index: 10
}

#rotator img
{
	border: 0;
	cursor: pointer;
	height: 265px;
	width: 820px;
}


