@charset "utf-8";
/* CSS Document */


/* ORBIT SLIDER
----------------------------------------------- */
#featured, #videos  {
	height: 380px;
	width: 1000px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#featured img {
	height: 380px;
	width: 1000px;
}

#featured h2 {
	display: block;
	margin-top: 0px;
	margin-right:  20px;
	margin-bottom: 10px;
	margin-left: 60px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

#featured .areatexto a, #featured h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#featured h2 a:hover, #featured .areatexto a:hover {
	color: #8fbd5b;
	text-decoration: none;
}

#featured .areatexto {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 60px;
	text-align: left;
}



#videos {
	background-color: #333333;
}
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;}

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(../ima/rotator-black.png);
background-repeat: no-repeat;
z-index: 3;
}

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(../ima/timer-black.png);
background-repeat: repeat;
background-position: 0px 0px;
}

span.pause {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: 0px;
background-image: url(../ima/pause-black.png);
background-repeat: no-repeat;
z-index: 4;
opacity: 0;
}

div.timer:hover span.pause,
span.pause.active,
div.timer:hover span.pause.active { opacity: 1; }

div.caption {
	background: #000000;
	background: rgba(0,0,0,.6);
	width: 600px;
	z-index: 1000;
	position: absolute;
	bottom:-100px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-left: 0px;
}

div.caption span {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
}
.orbit-caption { display: none; }

div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span {
width: 40px;
height: 40px;
text-indent: -9999px;
position: absolute;
z-index: 1000;
top: 43%;
cursor: pointer;
}

div.slider-nav span.right {
background-image: url(../ima/right-arrow.png);
right: 10px;
}
div.slider-nav span.left {
background-image: url(../ima/left-arrow.png);
left: 10px;
}

.orbit-bullets {
	position: absolute;
	z-index: 1000;
	list-style: none;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
}

.orbit-bullets li {
float: left;
margin-left: 0px;
cursor: pointer;
text-indent: -9999px;
background-image: url(../ima/bullets.png);
background-repeat: no-repeat;
background-position: 0 0;
width: 24px;
height: 24px;
overflow: hidden;
}

.orbit-bullets li.active {
	color: #222;
	background-position: -24px 0px;
}