@charset "UTF-8";
/* CSS Document */

*


#rotator
{
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 800px;
	height: 363px;
}

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


