﻿
#rotator
{
	border: 0px solid #000;
/*	cursor: pointer;   Use if images are links */
	overflow: hidden;
	position: relative;
	width: 460px;
	height: 288px;
}

#rotator img
{
	border: 0;
/*	cursor: pointer;  Use if images are links */
	width: 460px;
	height: 288px;
}

