

#rotator
{
	cursor: pointer;
	overflow: hidden;
/*
	margin: 0px auto;
*/
	margin: 0 0 0 -7px;
	position: relative;
	width: 603px;
	height: 326px;
	left:-6px;
	background-color:black;
/*
	top:-0.3em;
*/
}

#rotator img
{
	position: relative;
	left:-6px;
	border: 0;
	cursor: pointer;
	width: 603px;
	height: 326px;
	background-color:black;
}