*{
	/*margin:0;*/
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

ul{
	list-style: none;
}

body {
	background:#fff;
}

#container{
width:100%;
height:100%
 text-align: center;

z-index:9999;
    display:box;
    box-orient:horizontal;
    box-pack:center;
    box-align:center;

}


#Tooltip{

	position:absolute;
	/*visibility:hidden;*/	

 
  
	border:10px;
	border-style:solid;
	border-color:#000000;
	border-radius:7px;
	height:20px;
	
	top:100px;

	left:4000px;
	
	float:right;
	display:none;	
	z-index:9999;
	color:#ffffff;
	background-color:#000000;
	-webkit-filter: drop-shadow(6px 6px 6px #ffffff);
    filter:         drop-shadow(6px 6px 6px #ffffff);  
}


#wachten {
  position: absolute;
  visibility:hidden;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid red;
  height: 10px;
	z-index:9999;
}


#debug{
	position:relative;
	width:300px;
	height:30px;
	top:50px;
	left:100px;
	float:left;
	display:block;	
	z-index:9999;
	color:#ff0000;
		border: 0px solid red;
}


#WaitScreen{
	display:none;	
}

/* top of page */




#LogoCam 
{
  height:104px;
  width:140px;
   float:left;
}
#LogoCam img
{
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
}


#LogoText 
{
	
  width:540px;
  overflow: hidden;
}
#LogoText img
{
		
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
  
}

#BalkBoven{
	/*
	top:0px;
	left:0px;
	height:100px;
	width:100px;
	background:#669;
	z-index: ;
	*/
	border: 1px solid red;
}

#BalkBoven2{
		border: 1px solid red;
	/*
	position:absolute;
	top:0px;	
	left:290px;
	width:100%;
	height:0px;
	opacity:0.7;
	background:#000000;
	z-index:88888;
*/
}

/* component holder */
#componentWrapper{
	position:absolute;
	top:0px;	
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;	


}

#componentWrapper #playlist_list{
	display:none;
}

#componentWrapper .componentHolder{
	position:absolute;
	top:0px;	
	left:0px;
	width:100%;
	height:100%;

}

#componentWrapper .mediaHolder1, 
#componentWrapper .mediaHolder2{
	position:absolute;
	display:none;

}

#componentWrapper .componentPlaylist{ 
	position:fixed;
	/*top:62px;*/
	top:0px;
	top:62px;
	left:10px;
	height:100%;
			/*border: 1px solid red;	*/
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
	z-index:-1;
}

/* hide inner playlists! */
#componentWrapper .componentPlaylist .playlist{
	display:none;
			/*border: 2px solid green;*/
	height:400px;
}

#componentWrapper .thumbHolder{
	position:absolute;
	
	left:140px;
	height:300px;
	/*size is set automatically in jquery based on thumb size for every category */
	/*background:green;*/
	overflow:hidden;
	/*border: 1px solid blue;*/	
}

#componentWrapper .thumbWrapper{
	position:absolute;
	top:0px;
	left:0px;
	/*background:green;*/
		/*border: 2px solid purple;	*/
}

#componentWrapper .playlistItem{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	/*height:80px;*/
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem:last-child {  
   margin-bottom:0px;
}  

#componentWrapper .playlistItem2{
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:80px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem2:last-child {  
   margin-bottom:0px;
}   

#componentWrapper .playlistItem3{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	height:80px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem3:last-child {  
   margin-bottom:0px;
}  

#componentWrapper .playlistItem4{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:133px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem4:last-child {  
   margin-bottom:0px;
}   


#componentWrapper .playlistItem5{
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:100px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem5:last-child {  
   margin-bottom:0px;
}   


#componentWrapper .playlistItem6{
	position:relative;
	top:0px;
	left:0px;
	width:150px;
	height:100px;
	border: 4px solid #ccc;
	margin-bottom:5px;
}

#componentWrapper .playlistItem6:last-child {  
   margin-bottom:0px;
}   
 



/* fullscreen */
#componentWrapper .gallery_fullscreen{
	position:absolute;
	bottom:20px;
	right:20px;
	width:30px;
	height:30px;
}



#componentWrapper .music_toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	/*background:red;*/
	display:none;
}



/* slideshow controls */
.slideshow_controls{
	position:absolute;
	width:110px;
	height:30px;
	/*top:15px;*/
	right:130px;
	/*background:red;*/
	display:none;

	bottom:20px;
	
}

.slideshow_controls .controls_next, 
.slideshow_controls .controls_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	margin-left:10px;
	float:right;
}

.slideshow_controls .controls_prev{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
}






/* data_controls */
#componentWrapper .data_controls{
	position:absolute;
	width:70px;
	height:30px;
	top:15px;
	right:150px;
	/*background:red;*/
}

/* link */
#componentWrapper .link_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
	display:none;
}


/* newimages_toggle  */
#componentWrapper .newimages_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:100px;
	left:-790px;
	float:right;
	display:block;	
	z-index:5999;
}

/*werkaandemuur_toggle*/
#componentWrapper .werkaandemuur_toggle{
	position:relative;
	width:80px;
	height:35px;
	top:100px;
	left:-515px;
	float:right;
	display:block;	
	z-index:5999;
}

/* commentaar  */
#componentWrapper .addcomment_toggle{
	position:relative;
	width:70px;
	height:40px;
	top:100px;
	left:-500px;
	float:right;
	display:block;	
	z-index:5999;
}

/* showimage */
#componentWrapper .showimage_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:100px;
	left:-500px;
	float:right;
	display:block;	
	z-index:5999;

}
/* description */
#componentWrapper .info_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:right;
	margin-left:10px;
	display:none;
}

#componentWrapper .info_holder{
	position:absolute;
	top:60px;
	right:20px;
	
	color:#e5e5e5;
	padding: 10px 20px 15px 20px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
				
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	display:none;
}

#componentWrapper .info_holder a{
	color:#e5e5e5;
	text-decoration:underline;
}

#componentWrapper .info_holder a:hover, a:active{
	text-decoration:underline;
}







/* playlist toggle */
#componentWrapper .playlist_toggle{
	position:absolute;
	width:30px;
	height:30px;
	/*bottom:20px; aangepast */
	bottom:80px;
	right:-50px;
	display:none;
}

#componentWrapper .prevMenuBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	/*background:red;*/
}

#componentWrapper .prevMenuBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .nextMenuBtn{ /* hiero */
	position:absolute;
	width:30px;
	height:30px;
	display:none;
  /*border: 1px solid red;*/
	
	/*background:red;*/
}

#componentWrapper .nextMenuBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .prevThumbBtn{
	position:absolute;
	width:30px;
	height:30px;
	margin-top:30px;
	display:none;
	/*background:red;*/
}

#componentWrapper .prevThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .nextThumbBtn{
	position:absolute;
	width:30px;
	height:30px;
	margin-top:-60px;
	display:none;
	/*background:red;*/
}

#componentWrapper .nextThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}





/* menu */
#componentWrapper .menuHolder{
	position:absolute;
	left:25px;
	overflow:hidden;
	/*background:#669;*/
}

#componentWrapper .menuWrapper{
	position:absolute;
	top:0px;
	left:0px;
	/*background:green;*/
}

/* menu item */
#componentWrapper .menu_item{
	/*background:#9a6;*/
	position:absolute;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	margin-bottom:15px;
}




/* preloader */
#componentWrapper .componentPreloader{


	position:absolute;
	top:50%;
	left:50%;
	margin:-120px 0px 0px -120px;

	width:250px;
	height:250px;
	z-index:999;
	/*opacity:0.7;*/


	position:absolute;
	z-index:999;
	background: url('../media/data/gallery_icons/loader.gif') no-repeat center center;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* font calculations */
.fontMeasure{
	visibility:hidden;
}



#componentWrapper .caption_holder{
	display:none;
}

/*************************
	-	CAPTIONS	-
**************************/
#componentWrapper .caption_envato_logo	{
						position: absolute; 
						width:180px;
						height:50px;	
						
						moz-box-shadow: 2px 2px 5px #222;
						-webkit-box-shadow: 2px 2px 5px #222;
						box-shadow: 0px 3px 4px #333;
						-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
						filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');									
					}
					
#componentWrapper .caption_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 26px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 5px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#000;	
						letter-spacing: -1.5px;										
					}

#componentWrapper .caption_big_orange	{
						position: absolute; 
						color: #ff7302; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 30px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 8px 0px 8px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}


#componentWrapper .caption_TAGS	{
						position: absolute; 
						color: #ff7302; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 8px 0px 8px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						letter-spacing: -1.5px;															
					}	


					
#componentWrapper .caption_big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 36px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}		

#componentWrapper .caption_medium_grey	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 20px; 
						font-family: Arial; 
						padding: 2px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#888;		
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);	
						text-decoration:none;	
					}	
					
#componentWrapper .caption_small_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 24px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						padding: 0px 8px 0px 8px;
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						background-color:#C36;		
					}
					
#componentWrapper .caption_medium_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						background-color:#39C;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
					}
					
#componentWrapper .caption_large_green	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 28px; 
						line-height: 40px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						background-color:#6C3;			
					}	
					
#componentWrapper .caption_big_blue	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 30px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						letter-spacing: -2px;	
						background-color:#F66;		
					}	
					
					
#componentWrapper .caption_very_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#000;		
					}	
					
#componentWrapper .caption_very_big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#fff;		
					}



/**************** END CAPTIONS *******/








/* public functions */	
#publicFunctions{
	position: absolute;
	padding: 10px 25px 20px 20px;
	background:#444;
	left:50px;
	top:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#fff;
	list-style:circle;
	z-index:9999;
	
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	
	display:none;
}

#publicFunctions li a{
	color:#fff;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}


