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

/* slider layout */
.lof-slidecontent { position:relative;	overflow:hidden; }
.lof-slidecontent .preload{	height:100%;	width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;	background:#FFF}
.lof-slidecontent .preload div{	height:100%;	width:100%;	}

.lof-slidecontent  .sliders-wrapper{	position:relative;	height: 310px;	width:100px;	overflow:hidden; z-index: 666; }
.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden; width:150px;		padding:0px;	margin:0;	position:absolute;	overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;	padding:0px; margin:0px;	float:left;	position:relative;}
.lof-slidecontent  .lof-opacity  li{position:absolute;	top:0;	left:0;	float:inherit; }


.lof-slidecontent  .navigator-content {
	position:absolute;
	right:0;
	top:0px;
	z-index:9;
	height: 450px;
	width: 100%; /*largura da miniatura*/
	overflow:hidden;
}

.lof-slidecontent  ul.navigator-wrap-inner{	right:0;	padding:0;	margin:0; margin-right: 15px; position:absolute; width:150px;}
.lof-slidecontent  ul.navigator-wrap-inner li{ 
	cursor:hand; 	
	cursor:pointer;	
	list-style:none;	
	padding:0;	
	margin-left:0px;	
	overflow:hidden;	
	float:left;	
	display:block;	
	text-align:center;
	margin-bottom: 5px;
}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px;	}

.lof-slidecontent .slider-description a.readmore{color:#58B1EA; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	width: 100%;
	height:60px;
	z-index:100;
	position:absolute;
	bottom:0px; /*margem do fundo*/
	left:0px;
	background: rgba(0,0,0,.8);
	padding:0;
	color:#FFF;
}


/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner  li.active{
	/*background:url(../img/arrow-bg.png) no-repeat scroll left center; */
	color:#FFF;
	width:150px;
}
.lof-slidecontent ul.navigator-wrap-inner  li >  div{
/*	background:url(../img/transparent_bg.png);*/
	color:#FFF;
	width:150px;
	height:100%;
	position:relative;
	margin-left:0px;
	padding-left:0px;
	text-align:left
}

.lof-slidecontent ul.navigator-wrap-inner li.active div{
}



.lof-slidecontent ul.navigator-wrap-inner li img{
	height: 90px;
	width:150px;
	float:left;
	padding:0px;
	opacity: 0.7;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img, 
.lof-slidecontent ul.navigator-wrap-inner li:hover img {
	background:#0066FF;
	opacity: 1;
}

.lof-slidecontent .slider-description h4 { font-family: 'Roboto'; font-weight: bold; font-size: 15px; color: #FFFFFF;    margin: 5px 0 0 10px;    padding: 0; }
.lof-slidecontent .slider-description p { font-family: 'Roboto';  font-size: 12px; font-weight: 300; color: #FFFFFF;    margin: 5px 0 0 10px;    padding: 0; }

.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;

}
.lof-slidecontent   .button-next {
	right:0px;
	background:url(../img/next.png) no-repeat right center;
}
.lof-slidecontent  .button-previous {
	left:0px;
	background:url(../img/previous.png) no-repeat left center;
}
.lof-slidecontent .button-control {
   position:absolute;
   top:10px;
   right:0px;
    height: 20px;
    width: 20px;
	cursor:hand; cursor:pointer;
	background: rgba(0,0,0,.8);
}

.lof-slidecontent .button-control span { display:block;  width:100%; height:100%;}
.lof-slidecontent .action-start span  {
	background:url(../img/play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url(../img/pause.png) no-repeat center center;
}