#fbcontainer {
	/* Verplichte onveranderbare stijl */
    float: left;
	overflow: hidden;
    position: relative;
	/* Einde */
	
	width:508px;
	height:190px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:5px;
    margin-bottom: 20px;
}

#fbscroller {
	/* Verplichte onveranderbare stijl */
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
    overflow: hidden;
	z-index: 0;
	/* Einde */
	
	/* Breedte staat per abbo in site */
}

.fbsmall {
	/* Verplichte onveranderbare stijl */
	position: relative;
	float: left;
	/* Einde */
	

}

.fblarge {
	/* Verplichte onveranderbare stijl */
	display: none;
    float: left;
	/* Einde */
	
	width: 510px;
	min-height: 200px;
}

.fbdefault {	
	width: 510px;
	height: 200px;
}

/* Generieke pijlstijl */
.fbarrow {
	/* Verplichte onveranderbare stijl */
	position: absolute;
	z-index: 1;
	/* Einde */
	
	top: 60px;
	width: 60px;
	height: 80px;
	
}

/* Rechterpijl */
#fbarrowright {
	right: 0px;
	background-image:url(../images/scroll_sprite.png);
    background-position: 0px 0px;
	background-repeat:no-repeat;
}

/* Linkerpijl */
#fbarrowleft {
	left: 0px;
	background-image:url(../images/scroll_sprite.png);
    background-position: -60px 0px;
	background-repeat:no-repeat;
}
