
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 502px;
	height: 225px;
}

#rotator img
{
	border: 0;	
	width: 502px;
	height: 225px;
	display:none; 
	position:absolute;
	top:0px;
	left:0px;
}
