#rotator *
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: none;
	cursor: none;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 250px;
	height: 350px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 250px;
	height: 350px;
}

#rotator p
{
	text-align: center;
}