




*
{
	margin: 0;
	padding: 0;
}

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

	position: relative;
	top:1px;
	left:0px;
	width: 290px;
	height:190px;
	background:#fff;
	border:5px solid #ccc;
}

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

}

