
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #fefcf0;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 100%;
/*	margin: 15px;	*/
}


