@charset "iso-8859-1";
/* CSS Document */

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 250px;
	height: 200px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 250px;
	height: 200px;
}
