/*
 * 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
 */
 
 
.sliderBox {
	position: relative;
	/*overflow: hidden;*/
	width: 1000px;
	height: 698px;
	background: url(../img/bg_slider.png) no-repeat 0 0;
	margin: -17px 0 10px;
} 
.nivoSlider {
	width: 882px;
	height: 532px;
	margin: 77px 0 0 58px;
}

/* The Nivo Slider styles */
#nivoBox {
	position:absolute;
	left: 0;
	top: 0;
	width: 882px;
	height: 532px;
	z-index: 400;
}

.nivoSlider {
	position:relative;
	width: 882px;
	height: 532px;
	overflow: visible;
	/*visibility:hidden;*/
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	max-width:none;
	z-index: 300;
}
.nivo-main-image {
	display:block !important;
	position:relative !important; 
	width:100% !important;
	height:auto;
}
.nivoSlider a {
	border:0;
	display:block;
}
.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;
}
.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}

/* controls */
.nivo-controlNav {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 54px 0 0;
	z-index: 600;
}
.nivo-controlNav a {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	background: url(../img/sprite.png) no-repeat -110px -316px;
	margin: 0 10px;
	cursor: pointer;
	z-index: 19;
	text-indent: -9999px;
	-webkit-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
	-ms-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-position: -110px -345px;
}
.nivo-controlNav a.active {
	cursor: default;
}


/* arrows */
.nivo-directionNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.nivo-directionNav a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 235px;
	width: 39px;
	height: 62px;
	text-decoration: none !important;
	cursor: pointer;
	z-index: 9;
	text-indent: -1000px;
}
a.nivo-prevNav {
	left: -62px;
	background: url(../img/sprite.png) no-repeat -69px -538px;
}
a.nivo-nextNav {
	right: -62px;
	background: url(../img/sprite.png) no-repeat -21px -538px;
}
a.nivo-prevNav:hover {
	left: -67px;
	width: 44px;
}
a.nivo-nextNav:hover {
	right: -67px;
	width: 44px;
	background-position: -16px -538px;
}
/* / arrows */

.nivo-caption {
	overflow: hidden;
	position: absolute;
	left: 15px; /* x offset position */
	top: 44px; /* y offset position */
	width: 831px;
	color: #fff;
	text-transform: uppercase;
	font: bold 36px/38px 'PT Sans Narrow', trebuchet, helvetica, arial, sans-serif;
	text-align: center;
	background: rgba(47, 53, 78, 0.63);
	padding: 42px 10px;
	z-index: 600;
}

/*
.nivo-caption1 {
	width: 445px;
	font: 48px/48px 'play', tahoma, sans-serif;
	text-transform: uppercase;
	padding: 0 0 13px;
	margin: 63px 0 13px 40px;
	border-bottom: 1px solid #fff;
}
.nivo-caption1a {
	width: 365px;
	font: 14px/17px  tahoma, verdana, arial, sans-serif;
	margin: 0 0 53px 40px;
}
.nivo-caption1b {
	margin: 0 0 0 135px;
}
.nivo-caption1b  a {
	display: inline-block !important;
	height: 44px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 44px;
	padding: 0 74px;
}
.nivo-caption2 {
	margin-left:230px;
	margin-top:350px;
	width:350px;
	font-size: 50px;
	line-height: 50px;
}
.nivo-caption3 {
	margin-left:150px;
	margin-top:100px;
	width:350px;
	font-size: 50px;
	line-height: 50px;
}
.miniContainer:after {
	content:"";
	position:absolute; 
	bottom:-12px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-top:10px solid #DDD;
}*/