
#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 320px;
	height: 240px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 320px;
	height: 240px;
	display: none;
}

p
{
	text-align: center;
	color: #000;
}
