#slider { width:1349px; height:530px; background: url('orbit/loading.gif') no-repeat center center; overflow: hidden; margin:0 auto; position: relative; z-index:0;}
#slider h1{
	width: 720px;
	height: 60px;
	position: absolute;
	padding: 20px 40px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	text-shadow: #000 2px 2px 2px;
	font-size: 38px;
	font-weight: 300;
	left: 248px;
	top: 242px;
	z-index: 9999;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-transition: all 0.1s ease-in-out;
}
#slider:hover h1{
	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    -khtml-opacity: 0.0;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-transition: all 0.1s ease-in-out;
}
#featured2 { width: 1000px; height: 369px; background: url('orbit/loading.gif') no-repeat center center; overflow: hidden; margin:0 auto; position: relative; top:-120px; z-index:1;}

/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative;  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('orbit/rotator-black.png') no-repeat; z-index: 1001; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { width: 400px; height:280px; z-index: 1000; position: relative;  color: #fff; margin:0 auto; top:80px; left:-300px; background-color:#fff;

	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    -khtml-opacity: 0.0;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;}
div.caption span { width: 750px; margin:0 auto; top:0px;}
.orbit-caption { display: none; }
div.caption h2{
	width: 350px;
	height:30px;
	padding:20px 25px 10px 25px;
	background-color:#0bc229;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:300;
}
div.caption h3{
	width: 350px;
	height:30px;
	padding:20px 25px 10px 25px;
	color:#0bc229;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:300;
}
#slider:hover div.caption{
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}

.tovabb a{
	width:110px;
	height:20px;
	position:absolute;
	background-color:#fff;
	color:#0bc229;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:300;
	padding:21px 20px 15px 20px;
	text-decoration:none;
	list-style-type:none;
	text-align:center;
	text-transform:uppercase;
	top:280px;
	left:250px;
	
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
.tovabb a:hover{
	background-color:#0bc229;
	color:#fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
}

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 56px; height: 56px; text-indent: -9999px; position: absolute; z-index: 1001; cursor: pointer; top:360px;}
div.slider-nav span.right { 
	background:#fff; 
	background-image:url('orbit/arrow_right.png'); 
	background-repeat:no-repeat; 
	background-position:-56px center; 
	left:369px; 
	
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}
div.slider-nav span.right:hover { 
	background:#0bc229; 
	background-image:url('orbit/arrow_right.png'); 
	background-position:0px center; 
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
} 

div.slider-nav span.left {
	background:#fff; 
	background-image:url('orbit/arrow_left.png'); 
	background-repeat:no-repeat; 
	background-position:0px center; 
	left: 313px;
	
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-transition: all 0.8s ease-in-out;
}  
div.slider-nav span.left:hover { 
	background:#0bc229; 
	background-image:url('orbit/arrow_left.png'); 
	background-position:-56px center; 
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
} 

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 200px; left: 453px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(orbit/points.png) no-repeat; 0 0; width: 16px; height: 16px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -16px 0; }
