/* container for slides */
.images {
	background:transparent;
	border:0px solid #666;
	position:relative;	
	height:414px;
	
	width:481px;
	float:left;	
	cursor:pointer;
	
}

/* single slide */
.images div {
	position:absolute;
	display:none;
	top:0;
	left:0;		
	padding:1px 0px 0px 8px;
	height:414px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 0px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	clear:both;
	margin-left:10px;
	margin-top:380px;
	z-index:9000;
}

/* single tab */
.tabs a {
	width:26px;
	height:26px;
	float:left;
	margin-left:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -26px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -52px;     
} 	



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
