
/* gallery */
#gallery {
	background: transparent;
	height: 490px;
	width: 525px;
	border: 0;
	z-index: 5;
	float: left;
	overflow: hidden;
	
}
#gallerysmall {
	height: 360px;
	width: 600px;
	border:0;
	z-index:5;
	margin-bottom:15px;
	margin-top: 30px;
	overflow: hidden;
}

#gallery img {
	display: none;
}
#gallerysmall img {
	display: none;
}

.wmwgallery {
	position: relative;
	overflow: hidden;
}

.wmwgallery img {
	padding:0;
	margin:0;
}

/* album navigatie */
#gallery .albumEl {
	display: none;
}

#gallerysmall .albumEl {
	display: none;
}

.wmwgallery .albumcontainer a{
	cursor: pointer;
}


/* group navigatie */
.wmwgallery div.groupcontainer {
	/*background: transparent url(../img/hr.gif) repeat-x 0 0;*/
	position: absolute;
	height: 100px;
	margin-left:6px;
	margin-right:6px;
	width: 100%;
	z-index: 10;
	top: 374px;
	text-indent:0pt;
}

.wmwgallery .groupcontainer .groupwrapper {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wmwgallery .groupinner {
	position: relative;
}
	
.wmwgallery .groupinner .groupEl {	
	/*background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/spinner.gif');
	z-index: 12;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.wmwgallery .groupElOver {
	width: 75px;
	height: 75px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/thumbsover.gif');
	z-index: 14;
}

/* image elements */
.wmwgallery .imagecontainer {
	position: absolute;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: 350px;
	/*background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/spinner.gif');
	z-index:7;
}

.wmwgallery .imageEl {
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/spinner.gif');
	background-color: #f8f8f8;
}

.wmwgallery .loadEl {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/spinner.gif');
}

/* arrows left right */
.wmwgallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.wmwgallery a.right, .wmwgallery a.left
{
	position: absolute;
	height: 350px;
	width: 25%;
	cursor: pointer;
	z-index:1000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

* html .wmwgallery a.right, * html .wmwgallery a.left
{
	filter:alpha(opacity=50);
}

.wmwgallery a.right:hover, .wmwgallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.wmwgallery a.left
{
	left: 0;
	top: 0;
	background: url('img/left.png') no-repeat center left;
}

* html .wmwgallery a.left { background: url('img/left.gif') no-repeat center left; }

.wmwgallery a.right
{
	right: 0;
	top: 0;
	background: url('img/right.png') no-repeat center right;
}

* html .wmwgallery a.right { background: url('img/right.gif') no-repeat center right; }

/* description */
.wmwgallery .dscriptcontainer {
	position: absolute;
	top: 370px;
	height: 50px;
	width: 100%;
	z-index: 8;
	padding-left: 6px;
	padding-top: 10px;
	text-align: center;
}

.dscriptcontainer h2{
	margin: 0;
	padding:0;
	text-indent: 0;	
}

.dscriptcontainer p{
	margin: 0;
	padding:0;
	text-indent: 0;	
	font-size: 90%;
}

.wmwgallery .dscriptcontainer .pijl {
	/*background: url(../img/pijl.gif) no-repeat 2px 6px;*/
	padding:0;
	margin: 0;
	border: 0;
	height:13px;
	width:14px;
	float:left;
}

/* image navigatie */
 .wmwgallery div.imagenav {
	/*background: transparent url(../img/hr.gif) repeat-x 0 0;*/
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 10;
	top: 410px;
	text-indent:0pt;
}

 .wmwgallery .imagenav .imagenavwrapper {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wmwgallery .imagenavinner {
	position: relative;
}
	
.wmwgallery .imagenavinner .imagenavEl {	
	/*background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/spinner.gif');
	z-index: 12;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.wmwgallery .imagenavElOver {
	width: 75px;
	height: 75px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/thumbsover.gif');
	z-index: 14;
}

.wmwgallery .imagenavElOrnament {
	width: 75px;
	height: 75px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/thumbsornament.gif');
	z-index: 14;
}



/* extra */
.wmwgallery .gallerytitle{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url('../img/recenteprojecten.gif');
	width: 160px;
	height: 13px;
}

.wmwgallery .linkcontainer {
	position: absolute;
	top: 319px;
	left: 2px;
	height: 30px;
	width: 120px;
	z-index:9;
}
.wmwgallery .link {
	height: 30px;
	width: 120px;
	display:block;
	background: url(img/bezoekwebsite.jpg) no-repeat 0 0;
	z-index:10;
}

.wmwgallery .linkicon {
	background: url(img/link.gif) no-repeat 3px 3px;
	width: 20px;
	height: 20px;
	position:absolute;
	right: 0;
	top:0;
}

#gallery #recentproject {

}

#gallerysmall #plinkcontainer {
	position: absolute;
	top: 317px;
	right: 4px;
	height: 30px;
	width: 120px;
	z-index:9;
}

#gallerysmall #plink {
	background: transparent url(../img/bekijkportfolio.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	width: 120px;
}
#gallerysmall #plink span{
	display: none;
}

/*.wmwgallery .imagenav {
	position: absolute;
	top: 318px;
	right: 4px;
	height: 30px;
	z-index:9;
}

.wmwgallery .imagenav a.default,
.wmwgallery .imagenav a.active {
	cursor: pointer;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	padding-top: 9px;
	padding-left: 0px;
	margin-left: -2px;
	margin-right: -2px;
	height: 21px;
	width:30px;
	border: 0;
	float: left;
	background: url('img/imagenav.gif') no-repeat 0 0;
	display: block;
	z-index:15;
}

.wmwgallery .imagenav a.default{color: #444;}
.wmwgallery .imagenav a.active{color: #b90000;}

.wmwgallery .imagenav a.default:link{color: #444;}
.wmwgallery .imagenav a.active:link{color: #b90000;}

.wmwgallery .imagenav a.default:visited{color: #444;}
.wmwgallery .imagenav a.active:visited{color: #b90000;}

.wmwgallery .imagenav a.default:hover{color: #b90000;}
.wmwgallery .imagenav a.active:hover{color: #b90000;}*/
