#block_intro{
	margin-top:20px;
	background:url(../img/block-bg.jpg) repeat-x bottom left;
	padding-bottom:40px;
}
/* CAROUSEL */
#carousel{
	height:324px;
	width:590px;
}

#carousel .carousel-page div.referentie{
	height:324px;
	width:590px;
	float:left;
	position:relative;
}
.carousel-controls{
	position:absolute;
	width:590px;
	top:258px;
	height:66px;
	z-index:100;
}


.carousel-prev-control{
	background:url(../img/btn-left.png) no-repeat !important;
	width:70px;
	height:66px;
	position:absolute;

}
.carousel-next-control{
	background:url(../img/btn-right.png) no-repeat !important;
	width:70px;
	height:66px;
	position:absolute;
	right:0;

}

.referentie_title{
	position:absolute;
	width:590px;
	height:46px;
	padding-top:20px;
	background:url(../img/slider-bg.png) repeat-x;
	
	top:258px;
	color:#447aaf;
	z-index:99;
	text-align:center;
	font-style:italic;
}
.referentie_title h3{
	color:#FFF;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}