/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:150px;
	top:160px;
	color:#212121;
	opacity:1; /* Overridden by captionOpacity setting */
	width:320px;
	height: 180px;

	z-index:88;
}
.nivo-caption h1 {
	font-weight:300; 
	font-style:normal;
	font-size: 30px;
	line-height: 34px;
	color: #292929;    
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.nivo-caption h1 span {
	display: block;
	font-weight: 400;
}
.nivo-caption a {
	position:absolute;
	right: 10px;
	bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    width:130px;
    height:15px;
	position:absolute;
	left:150px;
	top:320px;
     z-index:210;
    margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;    

}

.nivo-controlNav a {
	display:block;
	width:13px;
	height:13px;
	background-color: #ededed;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a:hover {
	background-color: #ddd;
}
.nivo-controlNav a:active {
	-moz-box-shadow:    inset 0 3px 3px rgba(0, 0, 0, 0.07);
   -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.07);
   box-shadow:         inset 0 3px 3px rgba(0, 0, 0, 0.07);
}
.nivo-controlNav a.active {
	background-color: #323a7d;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}