
/* container for slides */
.images {
	position:relative;	
	height: auto;
	width:405px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
 
	height: auto;
	font-size:12px;
}

 
/* tabs (those little circles below slides) */
.tabs {
 
}

/* single tab */
.tabs a {
	width:28px;
	height:28px;
	float:left;
	margin:3px;
	background:url(../images/preindex/navigator.png) 0 0 no-repeat;
	display:block;
 
	font-size:20px;
 		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -28px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -56px;
	color:#FFF;
	font-size:20px;
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

 

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
