/* single slide */
.images {
	background:#fff;
	position: float;	
	height:327px;
	width:490px;
	float:left;	
	margin:0px;
	cursor:pointer;
	}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

#rotator { /* The image rotator */
	clear: both;
	display: block;
	float: left;
	width: 490px;
	height: 352px;
	text-align: left;
	z-index:0;
	margin-top:8px;
	margin-left:6px;
	float: left; 
	padding: 2px 6px 0px 3px;
}

