
*{
	margin:0;
	padding:0;
	border:0;
	outline:none;

}

a{ 
	text-decoration: none; 
}

ul{
	list-style: none;

}


/* component holder */
#componentWrapper{
	position:absolute;
	top:0px;	
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
}

#componentWrapper #playlist_list{
	display:none;

}

#componentWrapper .componentHolder{
	position:absolute;
	top:0px;	
	left:0px;
	height:100%;
	background:#FFF;
	margin-bottom:0px;
	padding-bottom:0px;

}

#componentWrapper .mediaHolder1, 
#componentWrapper .mediaHolder2{
	position:absolute;
	display:none;

}


#componentWrapper .componentPlaylist{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	display:none;

			
}

/* hide inner playlists! */
#componentWrapper .componentPlaylist .playlist{
	display:none;
	position:absolute;
}

#componentWrapper .thumbHolder{
	position:relative;
	left:130px;
	/*size is set automatically in jquery based on thumb size for every category */
	overflow:hidden;

	height:100%;
	padding-bottom:100px;
	width: 240px;


}

#componentWrapper .thumbWrapper{
	position:relative;
	left:-45px;
/*	background:green;
*/	height:100%;


}

#componentWrapper .playlistItem{
	position:relative;
	top:0px;
	left:5px;
	width:120px;
	height:80px;
	border: 2px solid #ccc;
	margin-bottom:5px;
}


#componentWrapper .playlistItem:last-child {  
   margin-bottom:0px;

}  

 



/* fullscreen */
#componentWrapper .gallery_fullscreen{
	position:absolute;
	bottom:20px;
	left:20px;
	width:30px;
	height:30px;
}


#componentWrapper .music_toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:200px;
	/*background:red;*/
	display:none;
}



/* slideshow controls */
.slideshow_controls{
	position:absolute;
	width:180px;
	height:30px;
	top:20px;
	right:15px;
	/*background:red;*/
	display:none;
}

.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:20px;
	left:100px;
	/*background:red;*/
}

/* link */
#componentWrapper .link_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:left;
	display:none;
}

/* description */
#componentWrapper .info_toggle{
	position:relative;
	width:30px;
	height:30px;
	top:0px;
	left:0px;
	float:left;
	margin-right:10px;
	display:none;
}

#componentWrapper .info_holder{
	position: absolute;
	top: 60px;
	left: 20px;
	color: #000000;
	padding: 10px 20px 15px 20px;
	font-family: 'Abel', sans-serif;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: none;
}

#componentWrapper .info_holder a{
	color: #09C;
	text-decoration: underline;
}

#componentWrapper .info_holder a:hover, a:active{
	text-decoration:underline;
}


/* playlist toggle */
#componentWrapper .playlist_toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:10px;
	left:-30px;
	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{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	/*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;
	display:none;
	/*background:red;*/
}

#componentWrapper .prevThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	top:50px;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}

#componentWrapper .nextThumbBtn{
	position:absolute;
	width:30px;
	height:30px;
	display:none;
	/*background:red;*/
}

#componentWrapper .nextThumbBtn img{
	position:relative;
	display:block;
	width:18px;
	height:12px;
	bottom:20px;
	left:50%;
	margin-left:-6px;
	margin-top:-9px;
}



/* menu */
#componentWrapper .menuHolder{
	position:absolute;
	left:20px;
	overflow:hidden;
	/*background:#669;*/
}

#componentWrapper .menuWrapper{
	position:absolute;
	top:0px;
	left:0px;
	/*background:green;*/
}

/* menu item */
#componentWrapper .menu_item{
	/*background:#9a6;*/
	position: absolute;
	color: #000;
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	text-align: left;
	margin-bottom: 15px;
}






/* preloader */
#componentWrapper .componentPreloader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0px 0px -20px;/* align with video play btn! */
	background:#000 url('../media/data/gallery_icons/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:999;
	opacity:0.7;
}

/* font calculations */
.fontMeasure{
	visibility:hidden;
}






#componentWrapper .caption_holder{
	display:none;
}

/*************************
	-	CAPTIONS	-
**************************/

					
#componentWrapper .caption_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 26px; 
						line-height: 36px; 
						font-family: 'Abel', sans-serif;
						padding: 5px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#000;	
						letter-spacing: -1.5px;										
					}

#componentWrapper .caption_big_orange	{
						position: absolute; 
						color: #333; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 30px; 
						line-height: 36px; 
						font-family: 'Abel', sans-serif;
						padding: 0px 8px 0px 8px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						padding: 2px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#333;		
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						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: 'Abel', sans-serif;
						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: 'Abel', 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;
}


