/* container for slides */
.images {
	background-color:#fff;
	position:relative;	
	height:178px;
	
	width:888px;
	float:left;	
	cursor:pointer;
	/*border:1px solid black;*/
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:178px;
	font-size:12px;
	
}

/* 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;
	left:820px;
	position: absolute;
	float: right;
	top:155px;
	/*background:url(/images/tabsline.png) repeat-x;*/
	/*border:1px solid black;*/
}

/* single tab */
.tabs a {
	height:16px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	/*background:url(/images/tabs.png) 50% 0 no-repeat;*/
	display:block;
	font-size:12px;
	/*padding-top:8px;*/
	width:16px;
}

/* mouseover state */
.tabs a:hover {
	background-position:50% -16px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:50% -32px;
	color:#fff;
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
