/**
{
	margin: 0;
	padding: 0;
}
*/
#rotator
{
	/*border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 400px;
	height: 300px;*/

	position: absolute;
	left: 363px;
	top: 0;
	background: Black;
	color: Black; /*was white*/
	text-align: left;
	width: 396px;
	height: 217px;
	overflow: hidden;

}

#rotator img
{
	border: 0;
	cursor: pointer;
	/*width: 400px;
	height: 300px;*/
	width: 396px;
	height: 217px;
}

