#rotator
{
	border: 1px solid #ccf;
	cursor: default;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 200px;
}

#rotator img
{
	border: 0;
	cursor: default;
	width: 600px;
	height: auto;
}

p
{
	text-align: center;
}