/*
 * 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 2010
 */
 
 
/* The Nivo Slider styles */
#contain {
	height:288px;
	overflow:hidden;
	margin:0px 0px 20px 0px;
}
.nivoSlider {
	position:relative;
	height: 288px;
}
.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 {
	bottom:51px;
	left:12px;
	position:absolute;
	z-index:111;
	width:885px;
	height:25px;
	opacity:1!important;
	padding:0px 20px;
	filter:""!important;
}
.nivo-caption span {
	display:block;
	background-image:url("/gfx/whitebg.jpg");
	margin:5px 0px 0px 0px;
}
.nivo-caption span img {
	position:relative;
}
.nivo-caption h1 {
	font-size:23px;
	line-height:23px;
	margin:17px 0px 17px 0px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 2px 0px;
}
.nivo-caption p {
	margin:0px;
}
.nivo-caption em {
	color:#8e8e8e;
}
.nivo-caption a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
/*	padding:10px 0px 0px 0px;*/
}
.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;
	padding:5px 0 0 5px;
}
.nivo-controlNav a {
	float:left;
	background-color: #ffd5a4;	
	position:relative;
	z-index:9;
	margin:10px 3px 0px 3px;

	cursor:pointer;
	border-radius: 50%;
	width: 10px;
	height: 10px; 
	/*background-image:url("../gfx/teaser/blue.jpg");*/
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-color: #F8931D;
}