* {
	margin: 0;
	padding: 0;
}
#rotator {
	border: 1px dotted #efefef; /* modified from 1px solid #000 */
	cursor: pointer;
	overflow: hidden;
	margin: 0 auto; /* modified from 50px auto 10px */
	position: relative;
	width: 237px; /* modified from 400px */
	height: 168px; /* modified from 300px */
}
#rotator img {
	border: 0;
	cursor: pointer;
	width: 237px; /* modified from 400px */
	height: 168px; /* modified from 300px */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
