*{
	margin:0;
	padding:0;
	border:0;
}

a{ 
	text-decoration: none; 
}

ul{
	list-style: none;
}

body {
	background:#111;
	overflow:hidden;
}

#componentWrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #111;
	
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}

/* flash embed */
#componentWrapper #flashPreview{
	position:absolute;
	display:none;
	outline: none;
	top:0px;
	left:0px;
	
}



#componentWrapper .mediaHolder, 
#componentWrapper .previewHolder, 
#componentWrapper .youtubeHolder, 
#componentWrapper .summaryHolder{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	
}

#componentWrapper .fulltogglebtn{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:700px;
	display:none;
	
}






#componentWrapper .playlistHolder{
	position:fixed;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
	background: rgb(20, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(20, 25, 25, .5);
	display:none;
	
}



#componentWrapper .componentPlaylist{
	position:absolute;
	top:50%;
	left:20px;
	width:160px;
	overflow:hidden;
	
}

#componentWrapper .componentScrollWrapper{
	position:relative;
	top:0px;
	left:0px;
	width:160px;
	height:100%;
	
}

#componentWrapper .playlist_inner{
	position:relative;
	top:0px;
	left:0px;
	
}

/* playlist items */	
#componentWrapper .componentPlaylist .playlistItem{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	height:68px;
	margin-bottom:10px;
	border: 4px solid #222;
}

/* disabled state on playlist item */
#componentWrapper .componentPlaylist .playlist_inner .playlistSelected {
	position:absolute;
	width:120px;
	height:68px;
	opacity:0.2;
	
	
	
	
}

/* normal state on playlist item */
#componentWrapper .componentPlaylist .playlist_inner .playlistNonSelected {
	position:absolute;
	width:120px;
	height:68px;
	opacity:10;
}



/* playlists hidden! */
#componentWrapper #playlist1, 
#componentWrapper #playlist2{
	display:none;
}


/* playlist toggle */
#componentWrapper .playlist_toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:-50px;
	
}







#componentWrapper .summary_advance{
	position:absolute;
	width:76px;
	height:30px;
	bottom:100px;
	right:20px;
	display:none;
}



/* slideshow controls */
#componentWrapper .slideshow_controls{
	position:absolute;
	width:340px;
	height:60px;
	bottom:20px;
	right:20px;
	/*background:red;*/
}

#componentWrapper .controls_autoplay{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	margin-left:10px;
	float:right;
}

#componentWrapper .controls_prev{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	margin-left:10px;
	float:right;
}

#componentWrapper .controls_toggle{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	margin-left:10px;
	float:right;
}

#componentWrapper .controls_next{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	margin-left:10px;
	float:right;
}

#componentWrapper .controls_volume{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	float:right;
}




/* data_controls */
#componentWrapper .data_controls{
	position:absolute;
	width:130px;
	height:60px;
	bottom:20px;
	right:370px;
}

/* link */
#componentWrapper .link_toggle{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	float:right;
	display:none;
}

/* description */
#componentWrapper .info_toggle{
	position:relative;
	width:60px;
	height:60px;
	top:0px;
	right:0px;
	float:right;
	margin-left:10px;
	display:none;
}

#componentWrapper .info_holder{
	position:absolute;
	bottom:80px;
	right:140px;
	
	/* http://www.google.com/webfonts */
	font-family: 'Dosis', sans-serif;
	
	color:#e5e5e5;
	padding: 10px 20px 15px 20px;
	
	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;
}








/* video seekbar */
#componentWrapper .video_seekbar{
	position:absolute;
	top:0px;
	left:0px;
	height:10px;
}

#componentWrapper .load_progress{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:10px;
	background:#ddd;
}

#componentWrapper .play_progress{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:10px;
	background:#222;
}


/* skip intro */
#componentWrapper .skip_intro{
	position:absolute;
	width:75px;
	right:60px;
	top:30px;
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	
	/* http://www.google.com/webfonts */
	font-family: 'Dosis', sans-serif;
	font-size:20;
	font-weight:700;
	
	color:#e5e5e5;
	padding: 5px 12px 5px 12px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}

#componentWrapper .skip_intro_on{
	position:absolute;
	width:75px;
	right:60px;
	top:30px;
	
	background-color: rgb(204,204,204);
	background-color: rgba(204,204,204, 1);
	
	/* http://www.google.com/webfonts */
	font-family: 'Dosis', sans-serif;
	font-size:20;
	font-weight:700;
	
	color:#ffffff;
	padding: 5px 12px 5px 12px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#componentWrapper .skip_intro a{
	color:#e5e5e5;
}




/* toggle fullscreen */
#componentWrapper .toggle_fullscreen{
	position:absolute;
	right:20px;
	top:20px;
	width:60px;
	height:60px;
}

#componentWrapper .toggle_fullscreen img{
	display:block;
	top:0px;
	left:0px;
}


/* big play btn */
#componentWrapper .big_play{
	position:absolute;
	width:76px;
	height:76px;
	left:50%;
	top:50%;
	margin-left:-38px;
	margin-top:-38px;
	display:none;
}

#componentWrapper .big_play img{
	display:block;
	width:76px;
	height:76px;
	top:0px;
	left:0px;
}




/* media preloader */
#componentWrapper .mediaPreloader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:999;
	opacity:0.7;
}





/* public functions */	
#publicFunctions{
	position: absolute;
	padding: 10px 25px 20px 20px;
	background:#555;
	right:50px;
	top:100px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color:#fff;
	list-style:circle;
	
	-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{
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color:#fff;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}





