*{
	margin:0;
	padding:0;
	border:0;
}

a{ 
	text-decoration: none; 
}

body {
	
}


/* shadow beneath the component */
#playerShadow{
	position:absolute;
	width:930px;
	height:60px;
	top:360px;
	left:30px;
}


/* logo in top left of the player */
#playerLogo{
	position:absolute;
	width:86px;
	height:40px;
	top:10px;
	left:10px;
}

/* wrapper for component. Adjust width, height and position of the whole component here! */
#componentWrapper{
	position:absolute;
	/* width includes mediaWrapper and playlistHolder */
	width:100%;
	height:100%;
	/* center component on page */
	left:0;
	top:0;
}

/* flash embed, dont touch! */
#componentWrapper #flashPreview{
	position:absolute;
	display:none;
	outline:none;
	top:0px;
	left:0px;
}

/* flash embed for preview, dont touch! */
#componentWrapper #flashMiniPreview{
	position:absolute;
	display:none;
	outline:none;
	top:0px;
	left:0px;
}

/* wrapper for video. Adjust width, height and position of the video (inside the component) here! */	
#componentWrapper .mediaWrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#111;
}	

/* holder for video, dont touch! */	
#componentWrapper .mediaHolder{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}	

/* holder for preview image, dont touch! */	
#componentWrapper .mediaPreview{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	display:none;
}	




/* player holder */
#componentWrapper .playerControls{
	position:absolute;
	bottom:10px;
	left:10px;
	width:100%;
	height:33px;
	background-image: url('../data/bg.png'); 
	background-repeat: repeat-x; 
	display:none;
}

/* pause / play */
#componentWrapper .player_playControl{
	position:absolute;
	top:8px;
	left:14px;
	width:12px;
	height:14px;
}

#componentWrapper .player_togglePlay img{
	display:block;
	width:12px;
	height:14px;
}

/* player progress, serves as hit as well */
#componentWrapper .player_progress{
	position:absolute;
	top:7px;
	left:37px;
	/* for hit */
	width:650px;
	height:14px;
	/*background:green;*/
}

#componentWrapper .progress_bg{
	position:absolute;
	top:5px;
	left:10px;
	width:630px;
	height:5px;
	background:#333333;
}

#componentWrapper .load_level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:5px;
	background:#ffffff;
}

#componentWrapper .progress_level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:5px;
	background:#999;
}

/* progress tooltip */
#componentWrapper .player_progress_tooltip{
	position:absolute;
	top:-10px;
	/* left is set in code (centered)*/
	width:80px;
	height:18px;
	background:#333;
	display:none;
	
	-moz-box-shadow: 0px 0px 1px #222;
	-webkit-box-shadow: 0px 0px 1px #222;
	box-shadow: 0px 0px 1px #222;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#componentWrapper .player_progress_tooltip_value{
	position:absolute;
	top:1px;
	/* left is set in code (centered)*/
	color:#ffffff;
	font-family: 'Dosis', sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
}

/* media time */
#componentWrapper .player_mediaTime{
	position:absolute;
	top:6px;
	left:700px;
	letter-spacing:0.2em;
	color:#e5e5e5;
	font-family: 'Dosis', sans-serif;
	font-size:11px;
}

/* volume */
#componentWrapper .player_volume{
	position:absolute;
	top:7px;
	left:800px;
	width:13px;
	height:14px;
}

#componentWrapper .player_volume img{
	display:block;
	width:13px;
	height:14px;
}

/* player volume, serves as hit as well */
#componentWrapper .volume_seekbar{
	position:absolute;
	top:7px;
	left:820px;
	/* for hit */
	width:60px;
	height:14px;
	/*background:green;*/
}

#componentWrapper .volume_bg{
	position:absolute;
	top:5px;
	left:5px;
	width:50px;
	height:5px;
	background:#ffffff;
}

#componentWrapper .volume_level{
	position:absolute;
	top:5px;
	left:5px;
	width:0px;
	height:5px;
	background:#999;
}

/* volume tooltip */
#componentWrapper .player_volume_tooltip{
	position:absolute;
	top:-10px;
	/* left is set in code (centered)*/
	width:35px;
	height:18px;
	background:#333;
	display:none;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

#componentWrapper .player_volume_tooltip_value{
	position:absolute;
	top:2px;
	/* left is set in code (centered)*/
	color:#ffffff;
	font-family: 'Dosis', sans-serif;
	font-size:10px;
}

/* fullscreen */
#componentWrapper .player_fullscreen{
	position:absolute;
	top:9px;
	right:26px;
	width:0px;
	height:5px;
	background:#ffffcc;
	display:none;
}

#componentWrapper .player_fullscreen img{
	display:block;
	width:12px;
	height:12px;
}

/* media description */
#componentWrapper .infoHolder{
	position:absolute;
	width:560px;
	top:0px;
	left:0px;
	background:#111;
	
	color:#ccc;
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	padding:60px 20px 20px 20px;
	display:none;
}

#componentWrapper .infoTitle{
	color:#c66;
	font-size:25px;
}

#componentWrapper .infoHolder a{
	color:#FF6;
}








/* playlist holder */	
#componentWrapper .playlistHolder{
	position:absolute;
	top:0px;
	left:601px;
	width:363px;
	height:360px;
	background:#000;
	overflow:hidden;
	display:none;
}

#componentWrapper .componentPlaylist{
	position:absolute;
	top:5px;
	left:5px;
	width:359px;
	height:350px;
	/*background:#396;*/
	overflow:hidden;
}

/* playlist holder for playlist items */	
#componentWrapper .playlist_inner{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}





/* playlist items */	
#componentWrapper .componentPlaylist .playlistNonSelected{
	position:relative;
	top:0px;
	left:0px;
	width:340px;
	height:82px;
	background:#000;
	margin-bottom:5px;
	list-style:none;
	border-bottom:1px solid #111;
}

#componentWrapper .componentPlaylist .playlistSelected{
	position:relative;
	top:0px;
	left:0px;
	width:340px;
	height:82px;
	background:#111;
	margin-bottom:5px;
	list-style:none;
	border-bottom:1px solid #111;
}

/* this is the div while will hold the preview video. Also holds thumb and preview video preloader. */
#componentWrapper .playlistThumb {
	position:absolute;
	top:4px;
	left:4px;
	width:120px;
	height:68px;
	background:#222;
	border: 3px solid #ddd;
}

/* thumb inside playlistThumb div. Needs to have class of thumb to distinguish between img preloader */
#componentWrapper .playlistThumb .thumb{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:120px;
	height:68px;
	
	/* hide thumbs on beginning, we will fade them in */
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0;
}

#componentWrapper .playlistTitle {
	position:relative;
	right:16px;
	top:10px;
	width:185px;
	float:right;
	
	color:#fff;
	/*font-family: 'Dosis', sans-serif;*/
	font-size:15px;
	/*font-weight:700;*/
	-webkit-font-smoothing: antialiased;

}

#componentWrapper .playlistContent {
	position:relative;
	right:15px;
	top:10px;
	width:185px;
	float:right;
	
	color:#666;
	/*font-family: 'Dosis', sans-serif;*/
	font-size:13px;
	/*font-weight: 400; */
}




					  
	
	

/* hidden playlists for later use */	
#componentWrapper #playlist1,
#componentWrapper #playlist2{
	display:none;
}	



/* playlist add on (info / share) */
#componentWrapper .player_addon{
	position:absolute;
	bottom:60px;
	left:10px;
	width:40px;
	height:90px;
	/*background:#ccc;*/
	display:none;
}

#componentWrapper .player_addon .player_info{
	position:absolute;
	bottom:50px;
	left:0px;
	width:40px;
	height:40px;
	background-image: url('../data/bg2.png'); 
	background-repeat: repeat; 
	display:none;
}

#componentWrapper .player_addon .player_share{
	position:absolute;
	bottom:0px;
	left:0px;
	width:40px;
	height:40px;
	background-image: url('../data/bg2.png'); 
	background-repeat: repeat; 
	margin-top:10px;
}

			  

/* public functions */	
#publicFunctions{
	position: absolute;
	padding: 10px 20px 10px 30px;
	background:#933;
	left:50px;
	top:50px;
	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;
}









#previewInfo {
	position: absolute;
	padding: 10px 20px 10px 30px;
	background:#933;
	left:30px;
	top:100px;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	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');
}

#previewInfo li a{
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color:#fff;
}

#previewInfo li a:hover, #previewInfo li .current{
	text-decoration: underline;
}