

#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 600px;
	height: 350px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width:600px;
	height: 350px;
}

