
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 493px;
	height: 319px;
	padding:7px;
	border:1px solid #cdca72;
	margin:0 -23px 6px;
}

#rotator img
{
	border: 0;	
	width: 493px;
	height: 319px;
	position:absolute;
	display:none;
	top:7px;
	left:7px;
}
