




*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	
overflow: hidden;
	padding:0;
	margin: 0;

	position: relative;
	top:1px;
	left:28px;
	width: 201px;
	height: 151px;
	background:#fff;
	border:5px solid #ccc;
}

#rotator img
{
display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width:201px;
	height:151px;

}

