
/* container for slides */
.featureslides {
	background:#f9f5f2;
	position:relative;	
	height:285px;
	margin:0 10px;
	cursor:pointer;	
}

/* single slide */
.featureslides div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	width: 100%;
	height: 100%;
}

.featureslides img {
	width: 100%;
	height: 100%;
	z-index: -99;
	border: none;
	

}

.featureslides a{
	position: absolute;
	margin-top: -35px;
	
}



.featureslides a.button-f{
	padding: 4px 34px 1px;
	text-decoration: none;
	color: #aaa;
	text-transform: uppercase;
	background: #161516;
/* 	font-weight: bold; */
	font-size: 0.9em;
	right: 0;	
	opacity: 0.5;

	
}


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

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

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

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


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

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

