/*
 * jQuery Nivo Slider v3.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;
	background:black url("../images/loading-animation.gif") no-repeat 50% 50%;
	/*margin-top: 18px;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display: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;
}
/* 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-captionWrapper {
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background: black;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:89;
}
.nivo-caption {
    top: 29%;
    color: #000 !important;
    left: 49%;
    position: absolute;
    z-index: 2147483647;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-family: 'Open Sans Condensed','Arial Narrow',serif;
	font-size:40px;
	margin-top:7px;
	color: #000;
}

.nivo-caption h1 {
	color:#000;
	text-transform:uppercase;
	font-family: Helvetica,Arial,sans-serif;
	font-size:50px;
	font-weight:normal;
	line-height:60px;
	margin-bottom:0;
	margin-top:0;
	padding-top:30px;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
	position: absolute;
	bottom: 0;
	width: 100%;
	height:30px;
	z-index:99;
}
.nivo-directionNavWrapper{
	position:relative;
}
.nivo-directionNav a {	
	z-index:99;
	cursor:pointer;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	display:inline-block;
}
.nivo-nextNav {
	background: url("../images/nivo-arrows.gif") no-repeat scroll -31px top transparent;
    display: block;
    height: 30px;
    width: 30px;
	position:absolute;
	right:0px;
}
.nivo-nextNav:hover {
    background-position-y: bottom;
}
.nivo-prevNav {
	background: url("../images/nivo-arrows.gif") no-repeat scroll -1px top transparent;
    display: block;
    height: 30px;
    width: 30px;
	position:absolute;
	right:30px;
}
.nivo-prevNav:hover {
    background-position-y: bottom;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a img { display:none; }
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
    bottom:0px;
	right:15px !important;
    position: absolute;
	padding:10px
}
.nivo-controlNav a {
    background: url("../images/page_nav.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 15px;
    list-style: none outside none;
    margin: 0 1px;
    width: 15px;
}
.nivo-controlNav a.active {
    background-image: url("../images/page_nav_active_black.png");
}
.nivo-controlNav,#nivo-controlNav-holder {display:none;}
#nivo-slider:hover .nivo-controlNav{display:block;}
#nivo-controlNav-holder{
	position:absolute;
	bottom:0px;
	width:100%;
	height:40px;
	z-index:60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background:black;
}
.nivo-slideshow-drag-wrapper{
	height:20px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.nivo-slideshow-drag{
	width:100%;
	height:100%;
}
.nivo-drag-bar{
	cursor:pointer;
	height:20px;
	position:absolute;
	top:0;
}
.nivo-drag-bar span {
	background:none repeat scroll 0 0 #000000;
	height:10px;
	width:100%;
	display:block;
}