
#Rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 350px;
	height: 100px;
	border:1px solid #000000;
}

#Rotator img
{
	border: 0;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;

}


/* Gallery */

#Gallery {
	clear: both;
	width: 350px;
	height: 100px;
	padding: 9px 0 0 574px;
	
}


