/*
 * 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%;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	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: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* 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 {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom:15%;
	width: 30%;
	margin:0 auto; 
	z-index: 8;
	display: none;
}
.nivo-caption h1 {
	margin: 0 0 10px 0;
	padding: 15px;
	text-shadow: 0px 4px 0px rgba(0,0,0,0.2);
	text-align:center;
	font-size: 36px;
	color: #ffffff;
	background:url('../images/opacs/dark70.png') 0 0 repeat;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	margin: 0 auto; 
	margin-top: -15px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

/* THEME DEFAULT */
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(themes/default/loading.gif) no-repeat 50% 50%;
}

.theme-default .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 0; 
	right: 0;
	text-align: center;
	padding: 0;
	z-index: 999;
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(themes/default/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	top: 45%;
	width: 40px; 
	height: 40px; 
	margin: 0 auto; 
	display: block; 
	position: absolute;  
	margin-top: -15px;
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	border: 4px solid #ffffff;
	-webkit-border-radius:	24px;
	-moz-border-radius: 	24px;
	border-radius: 			24px;
	transition: 			all .3s ease;
	-moz-transition: 		all .3s ease;
	-ms-transition: 		all .3s ease;
	-webkit-transition: 	all .3s ease;
	-o-transition: 			all .3s ease;
}

.theme-default a.nivo-nextNav { right: 40px; background: #FC7100 url(../images/flex-arrow-next.png) no-repeat center center; }
.theme-default a.nivo-prevNav { left: 40px;  background: #FC7100 url(../images/flex-arrow-prev.png) no-repeat center center; }


.theme-default a.nivo-nextNav:hover,
.theme-default a.nivo-prevNav:hover { background-color:#333333; }


.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-default {
	display:block;
	position:relative;
	margin:0px auto;
	background:#ffffff;
	border:0px solid #dadada;
	-webkit-border-radius:	4px; 
	-moz-border-radius:		4px; 
	-o-border-radius:		4px; 
	border-radius:			4px; 
}
.theme-default .nivo-caption1 { display:none !important;}