#myGallery
{
	font-family: verdana, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	width: 502px;
	height: 400px;
	z-index:5;
	display: none;
	border: 0px solid #000;
	visibility: visible;

}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #202020;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:  url(img/bureaulogo.jpg);
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 86%;/*positie onder balk*/
	margin: 0px;
	left: 0px;
	bottom: 0;
	height: 34px; /*hoogte infobalk tekst*/
	background: #000000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 10px;/*titeltekst infobalk*/
	margin: 0px;
	margin: 2px 5px;
	font-weight: normal;
	color: #ffffff;
	font-family: Verdana;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: #ffffff;
	font-family: Verdana;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 150px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 2px;
	right: 0px;
	height: 10px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: normal;/*lettertype text pictures*/
	background: #202020;
	color: #cc6600;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0px;
	height: 110px; /*hoogte thumbail balk*/
	background: #202020;
	color: #fff; /*kleur tekst thumnailbalk*/
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 130px;
	top: 10px; /*bovenrand thumbnail*/
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail 
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 2px #cc6600;
	top: 0px;
}

.jdGallery .carousel .label 
{
	font-size: 10px; /*tekst bij thumbnails*/
	color:#CC6600;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jdGallery .carousel .label .number
{
	color: #cc6600; /*nummering bij thumbnail*/
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height:123%;
	width:30px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=60); /*pijlen*/
		-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);/*tekst picture bij hoover*/
	-moz-opacity:1,0;
	-khtml-opacity:1,0;
	opacity:1,0;
}

.jdGallery a.left
{
	left: 436;/* positie van peil links*/
	top: 138px;
	background:  url(img/fleche3.png) no-repeat left ;
}

* html .jdGallery a.left { background:  url(imagesJS/fleche3.gif) no-repeat left; }

.jdGallery a.right
{
	right: 3;/* positie van peil rechts*/
	top: 138px;
	background:  url(img/fleche4.png) no-repeat right;
}

* html .jdGallery a.right { background:  url(imagesJS/fleche4.gif) no-repeat right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height:110%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background:  url(img/open.png) no-repeat center center ;
}

* html .withArrows a.open:hover { background:  url(img/open.gif) no-repeat 70% 70% ;
	filter:alpha(opacity=100); }/*lampje*/
	
    .vlak {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	}
