*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	
	position: relative;
	width: 960px;
	height: 479px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 960px;
	height: 479px;
}

p
{
	text-align: left;
}

#imageContainer { height:479px; } 
#imageContainer img { display:none; position:absolute; top:0px; left:0px; height:479px; width:960px; opacity: -0.01; }
