
/* Afdeling Creatie */
.imageflow .slider {
	background:url(slider_custom.png) no-repeat;
	height: 18px;
	width: 42px;
	margin: 0;
	margin:0 0 0 -7px;
}

.imageflow .scrollbar {
	background: url(scrollbar_custom.png);
	background-repeat: repeat-x;
	border: 0;
	height: 18px;
}

.imageflow .previous {
	background: url(button_left_custom.png) top left no-repeat;
	margin: 0 0 0 -17px;
	height: 18px;
}
.imageflow .next {
	background: url(button_right_custom.png) top right no-repeat;	
	margin: 0 -17px 0 0;
	height: 18px;
}

.imageflow .loading {
	height:6px;
	margin-left:-80px;
	padding:1px;
	width:150px;
}
.imageflow .loading_bar {
	height:6px;
}


.imageflow .navigation{
	z-index:1000;
}
.imageflow .caption {
	z-index:1001;
}
.imageflow .scrollbar {
	z-index:1002;
}
.imageflow .slider {
	z-index:1003;
}
.imageflow .slideshow {
	z-index:1003;
}
