﻿
/** ************ slider **************************************/

#featured {
	background:url(images/featuredbg.png) left top no-repeat;
	padding:13px 0 0 13px;
	margin:0px;
	 

}

/* container for slides */
.images {
	position:relative;	
	width:100%;
	float:right;	
	cursor:pointer;
}

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

/* tabs (those little circles below slides) */
.tabs {
	text-align:center;
	padding:285px 0px 0 310px;
	clear:both;
	background:url(images/featuredphotos.png) left bottom no-repeat;
	margin:0 0 0 -11px;
}

/* single tab */
.tabs a {
	width:9px;
	height:10px;	
	margin:0px 10px 0 0;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:inline-block;
	font-size:11px;		
	
}

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

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


/* prev and next buttons */
.forward, .backward {	
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:26px;
	height:27px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	position:absolute;
	margin:280px 0 0 430px;
}


/* next */
.forward 				{ background-position: 0 0px; }
.forward:hover 		{ background-position:0px -27px; }
.forward:active 	 	{ background-position:0px -27px; } 


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

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

/* end slider */	

