/* counter voor  plaatjes */
.counter {
	margin-top:	9px;
	text-align: center;
	margin-left: -113px;
	position:	absolute;
	width: 50px;
	}

/* root element for scrollable */
div.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 285px;	 
	width: 164px;	
}

/* root element for scrollable items */
div.scrollable div.items {	
	position:absolute;

	/* this time we have very large space for height */	
	height:20000em;	
	}

div.scrollable div.items div {
	border: 2px solid #fff;
	margin-top:10px;
	margin-left: 11px;
}

/* active item */
div.scrollable div.items div.active {
	border: 2px solid #bdc514;
}

div#slider_wrapper {
	padding-left: 2px;
	width: 168px;
	float:left;
	}

div#loadarea2 {
	padding-top:2px;
	float:left;
	}
	
		#captation {
		background: url('/images/black_pixel_90.png') 0px 0px;				
		border: 1px solid #838282;
		color: #d3d3d3;
		height: 22px;
		line-height: 22px;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 999;
		position: absolute;
		margin-top: 360px;
		margin-left: -1px;
	}
		#captation h3 {
			display: inline;
			font-size: 11px;
			margin-right: 10px;
			color: white;
			}
