.featured-projecten {
	width:520px;
	height:283px;
	overflow:hidden;
}


.featured-projecten ul.slides {
	list-style:none;
	padding:0;
	margin:0;
	height:999px;
	overflow:hidden;
	position:relative;
	z-index:0;
	height:283px;
}



.featured-projecten ul.slides li {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:520px;
	overflow:hidden;
	height:283px;
}



.featured-projecten ul.slides li.active {z-index:1;}

.featured-projecten ul.slides li.next {z-index:2;}

.featured-projecten img {float:left;}



ul.swicher {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:194px;
	width:410px;
	height:14px;
	overflow:hidden;
	z-index:5;
	margin-left: 100px;
}
ul.swicher li {
	float:right;
	margin-left:10px;
	text-indent:-9999px;
	overflow:hidden;
}
ul.swicher li a {
	display:block;
	width:10px;
	height:10px;
	background:#767676;
}
ul.swicher li a:hover, ul.swicher li.active a {background:#E15A0C;}
.title {
	display:block;
	margin-bottom:8px;
}