img{
	border-style: none;
}

#scroller_margin{
	height:1px;
	clear:both;
}

#scroller{
	margin-top:9px;	
	height:128px;
	width:923px;
	clear:both;
	position:relative;	
}

#carousel_content {
	position:relative;
}

#scroller_left,#scroller_right{
	float:left;
}

.carrousel_content{
	padding-top:5px;
}

.scroller_text{
	display:block;
	margin-left:80px;
	padding-top:20px;
}

a#a_scoller_left,a#a_scoller_right{
	display:block;
	width:30px;
	height:128px;
	background-repeat:no-repeat;
	background-position:top left;
}

a#a_scoller_left.scroller_disabled_left,.scroller_disabled_left{
	background-image:url("../images/button_left.gif");
}

a#a_scoller_right.scroller_disabled_right,.scroller_disabled_right{
	background-image:url("../images/button_right.gif");
}

#a_scoller_left.scroller_enabled_left,.scroller_enabled_left{
	background-image:url("../images/button_left.gif");
}

a#a_scoller_right.scroller_enabled_right,.scroller_enabled_right{
	background-image:url("../images/button_right.gif");
}

#carrousel{
	width:863px;
	height:128px;
	float:left;
	position:relative;
	overflow:hidden;
}

#carrousel #carrousel_items {
	width:1076px;
	overflow: hidden;
}

#carrousel ul {
	float:left;
	margin: 0;
	font-size: 1em;
	padding:0;
}

#carrousel li {
	margin:0;
	padding:0;
	float:left;
	width:216px;
	height:128px;
	background-image:url("../images/background_vlak.gif");
	background-repeat:no-repeat;
	list-style:none;
}

.onderdeel{
	padding-left: 14px;
	font-family: Arial, snas-serif;
	font-size: 0.7em;
	color: #696969;
}

.titel{
	padding-left: 14px;
	font-family: Arial, snas-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #696969;
}

.titel a{
	text-decoration: none;
	font-family: Arial, snas-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #696969;
}

.omschrijving{
	width: 100px;
	
	color: #000;
	float: left;
	text-align: left;
	padding-top: 5px;

}

.image{
	margin-left: 14px;
	width: 90px;
	height: 76px;
	float: left;
}

.image div{
	margin-top: 3px;
	margin-left: 3px;
}

.portfolio_image{
	border: 1px;
	border-color: #CBCBCB;
	border-style: solid;

}