/*
 * jQuery Nivo Slider v3.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
#wrapper .nivoSlider {position:relative; width:100%; height:auto; overflow: visible;  height:146px;}
#wrapper .nivoSlider img {position:absolute; top:0px; left:0px;}
#wrapper .nivo-main-image {display: block !important; position: relative !important;  width: 100% !important;}

/* If an image is wrapped in a link */
#wrapper .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 */
#wrapper .nivo-slice {display:block; position:absolute; z-index:1; height:100%; top:0;}
#wrapper .nivo-box {display:block; position:absolute; z-index:1; overflow:hidden;}
#wrapper .nivo-box img { display:block; }

/* Caption styles */
#wrapper .nivo-caption {
	position:absolute;
	left:0px;
	bottom:-35px;
	color:#999999;
	width:97%;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	text-align:center;
}
#wrapper .nivo-caption p {padding:0;margin:0;}
#wrapper .nivo-caption a {display:inline !important;}
#wrapper .nivo-html-caption {display:none;}

/* Control nav styles (e.g. 1,2,3...) */
#wrapper .nivo-controlNav {text-align:center; padding: 15px 0;}
#wrapper .nivo-controlNav a {cursor:pointer;}
#wrapper .nivo-controlNav a.active {font-weight:bold;}


/* The Nivo Slider Meerwaarde Theme styles  */
#wrapper .theme-default {margin-bottom:40px;}
#wrapper .theme-default .nivoSlider {
	position:relative;
	background:#fff url(/images/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 3px 5px 0px #a9a9a9;
    -moz-box-shadow: 0px 3px 5px 0px #a9a9a9;
    box-shadow: 0px 3px 5px 0px #a9a9a9;
}
#wrapper .theme-default .nivoSlider img {position:absolute; top:0px; left:0px; display:none;}
#wrapper .theme-default .nivoSlider a {border:0; display:block;}


#wrapper .theme-default .nivo-controlNav {
    top: 131px;
    position: absolute;
    right: 10px;
    z-index: 100;
}
#wrapper .theme-default .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:0;
	font-size:0;
	border:0;
	zoom:1;
	*display:inline;
}

#wrapper .theme-default .nivo-controlNav a.active { background-position:0 -20px;}
#wrapper .theme-default .nivo-caption a {color:#91B839; text-decoration: none; font-weight:bold;}
#wrapper .theme-default .nivo-caption a:hover {text-decoration:underline;}
#wrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled {width: 100%;}
#wrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled a {width: auto; height: auto; background: none; margin-bottom: 5px;}
#wrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled img {display: block; width: 120px; height: auto;}