/*
 * 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
 */
 
 
 
#slidercontainer{
	width: 460px;
	padding: 11px;
	height: 260px;
} 
#slider{
	width: 460px;
	height: 260px;
	display: none;
}
#slidercontainer .mask{
	
	height: 16px;
	
    background: url("/designs/roermond/mask.png") no-repeat scroll 0 bottom transparent;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
 



/* The Nivo Slider styles */
.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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
 cursor: pointer; cursor: hand; 
	width: 483px;
	height: 283px;
	position: absolute;
	top:-11px;
	left:-11px;
	background: url(/designs/roermond/mask.png) no-repeat transparent;
	z-index:8;
	padding: 0;
}

.nivo-caption  .link  {
	height: 260px;
	position: absolute;
	top:0px;
	left:0px;
}.nivo-caption p {
	height: 260px;
	position: absolute;
	top:0px;
	left:0px;
}
.nivo-caption .timer{
	left: 0px;
    position: absolute;
    top: -2px;
	height: 2px;
	background: white;
	overflow: hidden;
}
.nivo-caption .title{
    color: white;
    font-family: 'KievitOT-Bold',Verdana,Arial,Helvetica,sans-serif;
    font-size: 2.1em;
	line-height: 1.2em;
    left: 27px;
    position: absolute;
    top: 27px;
	width: 300px;
}
.nivo-caption p a {
   background: url("/designs/roermond/maskcaption.png") repeat scroll 0 0 transparent;
    bottom: 7px;
    color: white;
    font-size: 0.9em;
    left: 12px;
    line-height: normal;
    padding: 5px 170px 5px 15px;
    position: absolute;
    text-decoration: none;
    width: 273px;
	min-height: 39px;
}

.nivo-caption a .pijl{
	height: 30px;
	width: 30px;
	background: url("/designs/roermond/sliderpijl.png") no-repeat transparent;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.nivo-html-caption {
    display: block;
}
/* 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{
    bottom: 15px;
    padding: 0;
    position: absolute;
    right: 55px;

}
.nivo-controlNav a {
	position:relative;
	margin-right: 5px;
	z-index:9;
	cursor:pointer;
	display: inline-block;
	height: 12px;
	width: 12px;
	font-size: 0px;
	background: url(/designs/roermond/slidernav.png) no-repeat left top transparent;
}
.nivo-controlNav a.active {
	background-position: left -19px;
}
