.images {
	border:0px solid #666;
	position:relative;	
	height:353px;
	width:511px;
	margin:0 auto;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0px 0px 0px 0px;
}

.disabled {
	visibility:hidden !important;		
}
.tabs {
	float:left;
	height:18px;
	width:105px;
	padding:0px;
	border:solid 0px #333;
}
.tabs a {
	float:left;
	width:8px;
	height:8px;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;	

}

.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 


