#rotator
{
	overflow: hidden;
	position: relative;
	width: 385px;
	height: 259px;
	margin-bottom: 10px;
}

#rotator img
{
	width: 385px;
	height: 259px;
}

/* ------------------------------------------------------ */
#rotator
{
	cursor: pointer;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

