/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
/*	overflow: hidden; */
}

.nivoSlider img {
	position:absolute !important; 
	top:0px;
	left:0px;
	display: none;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivoSlider a.nivo-imageLink img {
	width: 100% !important;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption,
#slider_background .caption {
	position:absolute;
	left: 55px; /*77px;*/
	top: 92px;
	width: 420px;
	height: auto;
	z-index:11;
	padding: 8px 0; /*10px 10px 0;*/
	opacity: 0.8;
	overflow: hidden;
	display: none;
	text-align: left;
}

#slider_background .caption {
	display: block;
}

.nivo-caption p,
#slider_background .caption p {
	padding: 0;
	margin: 0 16px;
	display: block;
	font: 15px/23px "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #484848;
}

.nivo-html-caption {
	color: #ffffff;
    display:none;
}

.nivo-caption h1 {
	font: 18px/20px "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #29538b;
	display: block;
	margin: 0;
	padding: 0;
}

#slider_background .caption h1 {
	font: 54px/56px "warnock-pro", Georgia, Times, serif;
	color: #484848;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#slider_background .caption h2 {
	font: 20px/22px "warnock-pro", Georgia, Times, serif;
	color: #29538b;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#slider_background .caption ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slider_background .caption li {
	list-style-image: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/marquee_list_item_png-1409227268);
	margin: 0;
	padding: 0;
}

#slider_background .caption li a {
	color: #6a6b6d;
	text-transform: uppercase;
	text-decoration: none;
}

#slider_background .caption li a:hover {
	color: #3E6496;
}

.nivo-caption .more_button,
#slider_background .more_button {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slide_button_more_png-1409227268) no-repeat;
	height: 15px;
	width: 43px;
	display: block;
	text-indent: -9999px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:250px;
	z-index:12;
	cursor:pointer;
}
.nivo-prevNav {
	left:160px;
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slide_arrowleft_png-1409227269) no-repeat;
	height: 36px;
	width: 28px;
}

.nivo-prevNav:hover {
/*	background: url(http://www.bbts.org/themes/1/images/slide_arrowleft_on.png) no-repeat;	*/
}

.nivo-nextNav {
	right:160px;
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slide_arrowright_png-1409227270) no-repeat;
	height: 36px;
	width: 28px;
}

.nivo-nextNav:hover {
/*	background: url(http://www.bbts.org/themes/1/images/slide_arrowright_on.png) no-repeat;	*/
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 0;
	z-index: 12;
	width: 100px;
	position: absolute;
	left: 190px;
	top: 410px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slide_indicator_off_png-1409227280) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-controlNav a.active {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slide_indicator_on_png-1409227280) no-repeat;
}