div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 346px; 
	height: 160px;
	overflow: hidden;
	border:1px dashed #cccccc;
	-webkit-border-radius: 3px;
}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 320px;
	height: 160px;
	overflow:hidden;
	float:left;
	padding:1em;	
}

div.scroller div.content {
	width: 20000px;
}



#glider_nav {
	height: 17px;
	width: 348px;
	clear: both;
	margin-top: 10px;
}

.button_vorige a:link, .button_vorige a:visited {
	float: left;
	background: url(../images/button_vorige.gif) right 0px;
	width: 47px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

.button_vorige a:hover, .button_vorige a:active {
	background: url(../images/button_vorige.gif) right 17px;
	display: block;
}


.button_volgende a:link, .button_volgende a:visited {
	float: right;
	background: url(../images/button_volgende.gif) right 0px;
	width: 62px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

.button_volgende a:hover, .button_volgende a:active {
	background: url(../images/button_volgende.gif) right 17px;
	display: block;
}

.afzender {
	font-weight: bold;
}
