#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width:482px;
	height:416px;

	margin:0;
	padding:0;
}

#rotator img {
	border: 0;
	cursor: pointer;
	width:482px;
	height:416px;

	margin:0;
	padding:0;

	z-index:1;
}
