
#rotator
{
	border: 0px solid #000;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	position: relative;
	width: 171px;
	height: 300px;
	float: left;
}

#rotator img
{
	border: 0;
	width: 171px;
	height: 300px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
