

/* container for slides */
.images {
	position:relative;	
	height:449px;
	width:731px;
	float:left;	
	cursor:pointer;
	

}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:0 0 0 0;
	height:449px;
	font-size:12px;
}

/* header */
.wrappet-slider-text-indent h3{ color:#14b5ff; font-size:76px;}


/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	margin:419px 0 0 564px;
	
}

/* single tab */
.tabs a {
	width:16px;
	height:16px;
	float:left;
	margin:0 2px 0 0;
	background:url(navigato.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* 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;
	background:#fff url(../images/hori_lar.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;		
}
.tabs-inner{ padding:0 0 0 24px; display:block;}
.slider-indent-button{ position:absolute; margin:412px 0 0 495px;}
.slider-indent-button a{ color:#42ffff; font-size:10px; margin-right:2px; line-height:29px; text-decoration:none;}
.slider-indent-button a:hover{ color:#0c5258;}
.slider-indent-button button{ background:none; border:none; color:#14b5ff; font-size:15px; text-decoration:underline; line-height:21px;}
.slider-indent-button button:hover{ text-decoration:none;}
.slider-main-text{ font-size:15px; line-height:19px; color:#575d60; width:217px; margin:-24px 0 0 0;}
.row-slider-button{ padding:9px 0 0 0;}
.row-slider-button .slider-text1{ color:#45c1ff; font-size:17px; font-weight:bold; line-height:35px;}
.row-slider-button .slider-text2{ color:#3a3a38; font-size:22px; margin-left:2px; font-weight:bold;}
.button-slider-text{ 
	background:url(../images/button_slider_text.png) 0 0 no-repeat; 
	display:block; float:right; 
	width:96px; height:33px;
	margin:0 38px 0 0;
	*margin:0 18px 0 0;
	text-align:center;
	 color:#3a3a38; font-size:15px;
	 text-decoration:none;
	 line-height:30px;
}
.button-slider-text:hover{ text-decoration:underline; color:#3a3a38;}