/* container for slides */
.images {
	position:relative;	
	height:400px;
	width:911px;
	float:left;	
	cursor:pointer;
	margin:19px 0 0 0;
	_margin:19px 71px 0 0;
	

}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0 0 0 0;
	height:449px;
	font-size:12px;
}

/* header */
.wrappet-slider-text-indent h3{ color:#0A2BAF; font-size:76px;}


/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	margin:321px 0 0 20px;
	_margin:-36px 0 0 20px;
	width:200px; height:35px;
	
}


/* single tab */
.tabs a {
	width:16px;
	height:16px;
	float:left;
	margin:0 2px 0 0;
	background:url(../images/navigato.png) 0 0 no-repeat;
	_background:url(../images/navigato.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
	position:relative;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	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;		
}
