
/* container for slides */
.images {
	position:absolute;	
	height:425px;
	width:960px;
	float:left;	
	cursor:pointer;
	z-index:1;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:888px;
	_margin-left:892px;
	position:absolute;
	background:url(../images/right_pager_bg.png) no-repeat;
	width:99px;
	height:24px;
	z-index:15000;
	margin-top:410px;
	padding-top:3px;
	padding-left:3px;
}

/* single tab */
.tabs a {
	width:15px;
	height:20px;
	float:left;
	margin:3px;
	background:url(../images/slider_button2.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -20px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -40px;
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
