/* CAPTIONS
 ================================================== */

.frs-slideshow-container .frs-skin-luiz-lime .frs-caption {
	display: none;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.frs-wrapper.frs-skin-luiz-lime .frs-caption div.frs-caption-outer div.frs-caption-inner h4 {	
	margin-top: 0px;
	margin-bottom: 10px !important;
	line-height: 25px;
	display: none;
}

.frs-wrapper.frs-skin-luiz-lime .frs-caption div.frs-caption-outer div.frs-caption-inner p {	
	margin-top: 0px;
	margin-bottom: 0px;
}

/* text box */
.frs-wrapper.frs-skin-luiz-lime .frs-caption {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 50px 90px 50px 90px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;		
}


/* DIRECTIONAL div
 ================================================== */

.frs-slideshow-container .frs-skin-luiz-lime nav.frs-slider-nav {
	display: block
}

.frs-slideshow-container .frs-skin-luiz-lime div.frs-slider-nav span {	
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';   
	width: 28px;
	height: 80px;
	position: absolute;
	z-index: 10;
	font-weight: bold;
	top: 45%;
	cursor: pointer;	
  	font-size: 1px;  	
  	line-height: 33px;
 	color: #ffffff;
  	text-align:center;
  	opacity: 0.9;
  	filter: alpha(opacity=90);
}

.frs-slideshow-container .frs-skin-luiz-lime div.small span{
    top: 40%;
	width: 40px;
	height: 40px;
	font-size: 60px;
  	font-weight: 100;
  	line-height: 30px;
  	margin-top: -20px;
}

.frs-slideshow-container .frs-skin-luiz-lime div.frs-slider-nav span:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.frs-slideshow-container .frs-skin-luiz-lime div.frs-slider-nav span.frs-arrow-right {
	background: url("images/green_thin_right.png");
	left: 90%;
	top: 40%;
  	background-repeat: no-repeat;
	
}

.frs-slideshow-container .frs-skin-luiz-lime div.frs-slider-nav span.frs-arrow-left {
	background: url("images/green_thin_left.png");
	right: 90%;
	top: 40%;
  	background-repeat: no-repeat;
}

/* BULLET NAV
 ================================================== */

.frs-slideshow-container .frs-skin-luiz-lime .frs-bullets-wrapper {
    position:absolute;
    width:100%;
    margin:0px;
    padding:0px;
    text-align: left;

	background-color: #8FB929;
}

.frs-slideshow-container .frs-skin-luiz-lime .frs-bullets-wrapper ul.frs-bullets {
	position: relative;
	z-index: 10;
	list-style: none;
	margin: 0px;	
	width: 100%;
	padding:0px;
	margin:0px;
}

.frs-slideshow-container .frs-wrapper.frs-skin-luiz-lime ul.frs-bullets li.frs-slideshow-nav-bullets {
	float: left;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	list-style-type:none;
	padding:0px;
	margin:0px;
	background-image:none;
	display: inline;
	text-align: center;
	display: none;

	font-weight: normal;
	font-size: 14px;
	padding: 15px 0;
	width: 100%
}

.frs-slideshow-container .frs-wrapper.frs-skin-luiz-lime ul.frs-bullets li.frs-bullets-active {
	color: rgb(255, 255, 255);
	display: block;
}

.frs-slideshow-container .frs-wrapper.frs-skin-luiz-lime ul.frs-bullets  li.has-thumb {
	background: none;
	width: 100px;
	height: 75px;
}

.frs-slideshow-container .frs-wrapper.frs-skin-luiz-lime ul.frs-bullets  li.frs-bullets-active.has-thumb {
	background-position: 0 0;
	border-top: 1px solid #000;
}