
.bouw_img .image_viewer{	
	background-color:#cfedf8;
	overflow:hidden;
	clear:both;
	margin-left:0;
	float:left;
	width:680px;
	text-align:center;
	padding:10px 0 0 0;
}

.bouw_img .image_viewer .main_img{	
	
	width:280px;
	font-size:10px;
	font-style:italic;
	line-height:130%;
	font-family:verdana;
	
}
.bouw_img a#image_wrap {
	display:block;	
	padding:10px 10px 0 10px;
}

.bouw_img .scrollable2 .items2 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.bouw_img .scrollable2 {
	/* required settings */
    position:relative; 
    overflow:hidden; 
    width:630px;
	height:94px;
	float:left;
}
/* single scrollable item */
.bouw_img .scrollable2 img {
	float:left;
	cursor:pointer;
	margin:0 2px;
	padding:0;
	border:2px solid #CFEDF8;
	width:118px;
	height:79px;
}
.bouw_img .scrollable2 div img {
	vertical-align:bottom;
}
/* active item */
.bouw_img .scrollable2 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.bouw_img .scrollable2 {
	float:left;	
}
.bouw_img .scroll {
	clear:both;
	padding:0 0 10px 4px;
	height:45px;
}
/* prev, next, prevPage and nextPage buttons */
.bouw_img a.browse {
	display:block;
	width:16px;
	height:44px;
	float:left;
	margin:0 4px;
	cursor:pointer;
	font-size:1px;
}
.bouw_img .image_viewer .left{
	margin:0;
}

.bouw_img .image_viewer .right{
	margin-left:4px;
	float:right;
	
}
.bouw_img a.right {
	background:url(/gfx/image_right.gif) no-repeat left;
}
.bouw_img a.left {
	background:url(/gfx/image_left.gif) no-repeat right;
}				


.bouw_img .simple_overlay {
	
	display:none;
	z-index:10000;
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.bouw_img .simple_overlay .close {
	background-image:url(/gfx/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
