@charset "utf-8";
/* CSS Document */

	.NoScreenDisplay
	{
		display:none;
	}

	#myYoutubeProgressBar
	{
		position:relative;
		background-color:#FFF;
		width:152px;
		height:6px;
		float:left;
		margin-bottom:7px;
		margin-top:7px;
	}
	#myYoutubeProgressTime
	{
		position:absolute;
		height:6px;
		background-color:#000;
		width:0px;
		line-height: 0;
		font-size: 0;		
	}
	#myYoutubeProgressLoad
	{
		position:absolute;
		height:6px;
		background-color:#EAB3B6;
		width:0px;
		line-height: 0;
		font-size: 0;
	}
	#myYoutubeControlBar
	{
		display:block;
		width:301px;
		height:20px;
		background-image:url(video_progress.gif);
		background-repeat:repeat-x;
	}
	#myYoutubeCurrentTime
	{
		float:left;
		position:relative;
		width:24px;
		padding-left:4px;
		padding-right:4px;
		color:#333;
		height:14px;
		margin-top:3px;
		margin-bottom:3px;
		font-size:80%;
	}
	#myYoutubeTotalTime
	{
		float:left;
		position:relative;
		width:24px;
		padding-left:4px;
		padding-right:4px;
		color:#333;
		height:14px;
		margin-top:3px;
		margin-bottom:3px;
		font-size:80%;
	}
	#myYoutubeControls
	{
		float:left;
		position:relative;
		height:20px;
	}
	#myYoutubeVolume
	{
		float:left;
		position:relative;
		width:20px;
	}
