#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 215px;
	height: 175px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 215px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	background-color:transparent;
}
