/* CAPTIONS
 ================================================== */

.frs-slideshow-container .frs-skin-elegant .frs-caption {
	display: none;
	font-family: 'Open Sans','Helvetica','Arial','sans-serif';
}
.frs-wrapper.frs-skin-elegant .frs-caption div.frs-caption-outer div.frs-caption-inner h4 {	
	margin-top: 0px;
	margin-bottom: 10px !important;
	line-height: 1;
}

.frs-wrapper.frs-skin-elegant .frs-caption div.frs-caption-outer div.frs-caption-inner p {	
	margin-top: 0px;
	margin-bottom: 0px;
}

/* text box */
.frs-wrapper.frs-skin-elegant .frs-caption {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 50px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;		
}


/* DIRECTIONAL div
 ================================================== */

.frs-slideshow-container .frs-skin-elegant nav.frs-slider-nav {
	display: block
}

.frs-slideshow-container .frs-skin-elegant div.frs-slider-nav span {	
	font-family: OpenSans, Helvetica, Arial, sans-serif;   
	width: 38px;
	height: 38px;
	position: absolute;
	z-index: 1000;
	font-weight: bold;

	top: 50%;
	margin-top: -19px;
	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-elegant 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-elegant div.frs-slider-nav span:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}


.frs-slideshow-container .frs-skin-elegant div.frs-slider-nav span.frs-arrow-right {
	background: url("images/arrow_right_white.png");
	right: 0px;
	
}

.frs-slideshow-container .frs-skin-elegant div.frs-slider-nav span.frs-arrow-left {
	background: url("images/arrow_left_white.png");
	left: 0px;
}

/* BULLET NAV
 ================================================== */

.frs-slideshow-container .frs-skin-elegant .frs-bullets-wrapper {
    position:absolute;
    width:100%;
    height:10px;
    text-align: center;
}

.frs-slideshow-container .frs-skin-elegant .frs-bullets-wrapper ul.frs-bullets {
	position: relative;
	z-index: 10;
	list-style: none;
	bottom: 40px;
	display: inline-block;
	margin: 0px;
	padding:0px;
	height:13px;	
}

.frs-slideshow-container .frs-wrapper.frs-skin-elegant ul.frs-bullets li.frs-slideshow-nav-bullets {
	float: left;
	margin-left: 10px;
	cursor: pointer;	
	width: 23px;
	height: 21px;
	overflow: hidden;
	background-color: #fff;
	display: table;
	padding: 0px;
	font-size:13px;	

	font-weight: normal;
	color: #000;
	font-size:13px;	
	text-align: center;
	padding-top: 2px;
}

.frs-slideshow-container .frs-wrapper.frs-skin-elegant ul.frs-bullets li.frs-slideshow-nav-bullets.frs-bullets-active {	
	background-color: #FF0A06;
	margin-left:auto;
	margin-right:auto;
	margin-left: 10px;

	color:#fff;
	font-weight: bold;
}

.frs-slideshow-container .frs-wrapper.frs-skin-elegant ul.frs-bullets  li.frs-slideshow-nav-bullets.has-thumb {
	background: none;
	width: 100px;
	height: 75px;	
}

.frs-slideshow-container .frs-wrapper.frs-skin-elegant ul.frs-bullets  li.frs-slideshow-nav-bullets.frs-bullets-active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000;
}