/* The Nivo Slider styles */
.slider-wrapper{ 
padding: 0 0 10px 0; 
height: 340px; 
overflow: hidden; 

}
.nivoSlider {
	position:relative;
    width: 981px;
    height: 340px;
	margin: 10 auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left: 470px;
    top: 0;
	bottom:0px;
	background: 0 none;
	color:#fff;
	opacity:1!important; /* Overridden by captionOpacity setting */
	width:450px;
	z-index:89;
    padding: 0px 14px 46px 14px;       
	}

.nivo-caption h2 {
	font: 18px Trebuchet MS;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 13px 0 25px 0;
	
	}
.nivo-caption h3 {font-family: 'Open Sans', sans-serif; font-size: 1.57em; color: #fff; text-transform: uppercase; margin-top: 25px;}
.nivo-caption h2 a {
	font: 40px Trebuchet MS; 
	color: #d35416;
	letter-spacing: -2px;
	text-decoration: none;
	}
.nivo-caption h2 a span {
	font: 30px Trebuchet MS;
	color: #80b052;
	
	}
.nivo-caption p {
	text-decoration: none;
	color: #232345;
	font: 14px Trebuchet MS;
	line-height: 20px;
	}
.nivo_mult {
	position: absolute;
	bottom: 20px;
	right: 0;
	font: 12px Trebuchet MS;
	background: #8cd9f7;
	padding: 5px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ddf7ff;
	color: #232345;
	border-radius: 3px;
	cursor: pointer;
	}
.nivo_mult:hover {
	background: #69bdde;
	}
	

.clear {
	clear:both;
}