

	.load_pagina { 
		top:0;
		left:0;
		background-color:#000;
		position:fixed;
		text-align:center;
		display:block;
		opacity: 0.60;
		-moz-opacity: 0.60; /* older Gecko-based browsers */
		filter:alpha(opacity=60); /* For IE6&7 */
		height:100%;
		width:100%;
	}
	
	.item_bewerken {
	
		display:block;
		position:fixed;
		
		width: 800px; 
		left: 50%;
		margin-left: -402px; /* - (width/2) */
		top:50px;
		height:525px;
		background-color: #636466;
		font-size:12px;
		text-align:center;
		border:#000 2px solid;
		visibility: visible;
		overflow:auto;
	}
	
	.item_bewerken_ie6 {
		background-color: #636466;
		height:525px;
	}
	
	* html .item_bewerken , * html .load_pagina {position:absolute;}

	.item_bewerken_header { 
	
		background-image:url(../images/gallery_header.jpg);
		background-repeat: repeat-x;
		height:25px;
		color:#FFFFFF;
		line-height:23px;
		text-align: left;
		padding-left:10px;
		font-size: 15px;
	}
	
	.item_bewerken_header a{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.item_bewerken_header a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	.item_bewerken_content {
		padding:10px 10px 10px 10px ;
		text-align:left;
		color:#333333;
		font-size:12px;
		font-weight:normal;
	}
	.sluiten {
	background-image:url(../images/gallery_sluiten.jpg);
		width: 27px;
		height: 24px;
		float: right;
		margin: 0px 1px 0px 0px;
	}


	
	#slideshow { 
		width: 544px;
		float: left;
		background-color:#636466;
	}
	#thumbs { 
		width: 233px;
		float: left;
		list-style: none;
		padding: 0px;
		margin: 0px;
		height: 450px;
		overflow: auto;
		
		scrollbar-3dlight-color:#999999; 
		scrollbar-arrow-color:#FFFFFF; 
		scrollbar-base-color:#999999; 
		scrollbar-darkshadow-color:#000000; 
		scrollbar-face-color:#636466; 
		scrollbar-highlight-color:#FFFFFF; 
		scrollbar-shadow-color:#000000;

		}
		
		
		#thumbs li { 
			float: left;
			margin: 0px 2px 4px 2px;
			background-position:center;
		}
		#thumbs li a {
			display: block;
			padding: 0px;
			width: 62px;
			height: 62px;
			border: 1px solid #000;

		}
		#thumbs a.activeSlide {
			border: 1px solid #fff;
			opacity: 0.50;
			-moz-opacity: 0.50; /* older Gecko-based browsers */
			filter:alpha(opacity=50); /* For IE6&7 */
		}
		#thumbs a:focus { 
			outline: none;
		}
		#thumbs img { 
			border: none;
		}
		
		.pics {
			float: left;
			height:364px;
			overflow:hidden;
			width:544px;
		}
		.pics img {
			background-color: #636466;
			height: 364px;
			width: 544px;
	}
	.prevnext {
		float: left;
		width:544px;
		height: 23px;
		line-height: 35px;
		}
		#prev{
			float: left;
			margin: 10px 5px 5px 15px;
			padding: 0px;
			height: 23px;
			width: 18px;
			cursor: pointer;
		}
		#next{
			float: right;
			margin: 10px 5px 5px 15px;
			padding: 0px;
			height: 23px;
			width: 18px;
			cursor: pointer;
		}