@charset "UTF-8";

/*
 * ============ Nivo Slider Default Theme
 *
 * @author		Gilbert Pellegrom http://dev7studios.com
 * @version		1.0
 *
*/

.slideshow-home {
	width: 866px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.slideshow-product {
	width: 592px;
	margin: 20px auto 0 auto;
}
.nivoSlider {
	position: relative;
	background: #ddd url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivoSlider a {
	border: 0;
	display: block;
}
.slideshow-home .nivo-controlNav {
	position:absolute;
	z-index: 999;
	left: 20px;
	bottom: 20px;
	background-image: url('../../../images/achtergrond_slider_nav.png');
	padding: 0 5px;
}
.slideshow-product .nivo-controlNav {
	position:absolute;
	z-index: 999;
	left: 20px;
	bottom: 20px;
	background-image: url('../../../images/achtergrond_slider_nav.png');
	padding: 0 5px;
}
.nivo-controlNav a {
	display:block;
	padding: 5px 7px;
	float:left;
	color: #404040;
}

.nivo-controlNav a.active {
	color: #a13333;
	font-weight: normal;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}