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

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:0 0 0 0;
	height:379px;
	font-size:12px;

zoom:1;
}

/* header */
.wrappet-slider-text-indent h3{ color:#14b5ff; font-size:50px;}


/* tabs (those little circles below slides) */
.tabs {
	margin:-40px 0 0 688px;
	*margin:344px 0 0 -280px;
	margin-top:-60px;
	width:287px;
	height:42px;
z-index:10000;
	
}
.tabs png{
display:inline;
}

/* single tab */
.tabs a {
	width:17px;
	height:14px;
	float:left;
	margin:14px 6px 0 0;
	background:url(blep.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;		

}

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

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


/* prev and next buttons */

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

.tabs-inner{ padding:0 0 0 0px; display:block;}


.slider-indent-button{ position:absolute; margin:353px 0 0 900px; *margin:353px 0 0 -90px;}
.slider-indent-button a{ color:#14b5ff; font-size:15px; margin-right:20px; line-height:29px;}
.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{ 
	
	display:block; float:right; 
	width:96px; height:73px;
	margin:0 0 38px 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;}


