#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
    position: relative;
	width: 540px;
	height: 380px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	cursor: pointer;
	width: 540px;
	height: 380px;
}
