/*
 * 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 */
.slider-wrapper{
	position: relative;
	left:25px;
}
.nivoSlider {
	position:absolute;
	left:0;
	width: 388px;
	height: 450px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider .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 {
	width: 450px;
	position:absolute;
	left:60px;
	top: 44px;
	/*background-image:url("/images/slider/captionTrans.png");*/
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption h1{
	font-size: 60px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.nivo-caption h2{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal!important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100!important;
	color:#163d55!important;
	margin-bottom: 5px;
}
.nivo-caption p {
	color: white!important;
	width: 400px!important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100!important;
	font-size: 22px!important;
	margin:0;
}
.nivo-caption p a {
	display:inline !important;
	font-size: 12px;
	color: #39893a!important;
	border: none!important;
	text-decoration: none!important;
}
.nivo-caption p a:hover {
	text-decoration: underline!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 a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav .active {
	font-weight:bold;
}