
#rotator
{
	border: none;
	overflow: hidden;
	margin: none;
	position: relative;
	width: 800px;
	height: 250px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 800px;
	height: 250px;
}


#rotator-left
{
	border: none;
	overflow: hidden;
	margin: none;
	position: relative;
	width: 390px;
	height: 293px;
}

#rotator-left img
{
	border: 0;
	cursor: pointer;
	width: 390px;
	height: 293px;
}


