/*
 * jQuery Nivo Slider v2.5.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 2010s
 */
 
 
/* The Nivo Slider styles */
#contain {
	height:245px;
	overflow:hidden;
}
.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%;
	top:0px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	top:0px;
	left:0px;
	position:absolute;
	z-index:111;
	width:100%;
	height:280px;
	opacity:1!important;
	padding:0px;
	filter:""!important;
}
.nivo-caption span {
	display:block;
	margin:5px 0px 0px 0px;
	width:280px;
}
.nivo-caption span img {
	position:relative;
}
.nivo-caption h3 {
	font-size:23px;
	line-height:23px;
	margin:17px 0px 17px 0px;
    color: #2E6437;
    font: 24px/30px AkzidenzGroteskBQExtraAltBold;
    width: 235px;
	padding:0px 0px 2px 0px;
}
.nivo-caption a {
	display:block;
	width:100%;
	opacity:1!important;
	letter-spacing:1px;
	height:280px;
	color:#4b4b4d;
	text-decoration:none;
	font:18px/24px "magistralcregular",'Open Sans', sans-serif;
	font-weight:bold;
/*	padding:10px 0px 0px 0px;*/
}
.nivo-caption a span {
	position:absolute;
	bottom:20px;
	left:20px;
	width:auto;
	background-image:url("/gfx/teaserbg.png");
	padding:10px;
}
.nivo-caption a {
/*	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 {
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:40px;
	z-index:9999999;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	display:inline-block;
	margin:10px 3px 0px 3px;
	width:8px;
	height:8px;
	cursor:pointer;
	background-image:url("../gfx/teaser/black.png");
}
.nivo-controlNav a.active {
	background-image:url("../gfx/teaser/orange.png");
}