div#rotator
{
	border: 0px none #ffffff;
	width: 340px;
	height: 330px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	position: relative;
	
	
}

div#rotator img
{
	border: solid 0px white;
	padding: 0px;
	margin-left: 0px;
	display: block;
	position: absolute;
	top: -100000px;
}

div#noImages
{
	border: dotted 1px gray;
	text-align: center;
	vertical-align: 50%;
	margin: 0px;
	display: block;
}
