/* container for slides */
.images {
	position:relative;	
	height:220px;
	width:698px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	font-size:12px;
	width: 668px;
	height: 190px;
	padding: 15px;
}

.images blockquote{
	padding-top: 52px !important;
	padding-left: 20px !important;
	padding-right: 140px !important;
}

div.tabs{
	position: absolute;
	left: -195px;
	bottom: 20px;
}

/* single tab */
.tabs a {
	float: left;	
	margin: 0 0 0 8px;
	font-size: 0.70em;
	display: block;
	border: 1px solid #85ba2a;
	padding: 0 5px;
}

/* mouseover state */
.tabs a:hover {
	color: white;
	background-color: #85ba2a !important;  
}

/* active state (current page state) */
.tabs a.current {
	color: white;
	background-color: #85ba2a !important;
} 	

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