/* Start of CMSMS style sheet 'Slideshow1' */
*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 320px;
	height: 240px;
	margin-top:20px;
}

#rotator img
{
	border: 0px;
	cursor: pointer;
	width: 320px;
	height: 240px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* End of 'Slideshow1' */

