.hls_button 
{
	margin-right: 3px;
}

.txt_timecode 
{
	 color:red;
	 font-size: 150%;
	 padding-top:5px;
	 padding-left:5px;
	 padding-right:5px;
	 float:left;
	 font-family: helvetica;
}

.txt_timecode_input_spn 
{
		color:green;
		float:left;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		font-family: helvetica;
}

.txt_timecode_input
{
	color:green;
	background-color: black;;
	font-size: 150%;
	float:left;
	font-family: helvetica;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	width: 108px;
}



.rangeslider 
{
	background-color:#000; 
	width:80%; 
	margin:1em auto; 
	eight:60px
}
.rangeslider fieldset 
{
	margin:0 auto; 
	width:80%; 
	padding:20px 0
} 
.rangeslider input[type="range"]
{
	-webkit-appearance:none;
	 width:100%; 
	 height:6px; 
	 background-color:#888888; 
	 box-shadow: inset 1px 1px 3px rgba(0,0,0,0.6);
} 
.rangeslider input::-webkit-slider-thumb
{
	-webkit-appearance:none; 
	-moz-apperance:none; width:20px; height:20px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-ms-border-radius:10px; 
	-o-border-radius:10px; 
	border-radius:10px; 
	background-color:#ffffff
} 

.iconSpacer img 
{ 
	padding-left: 1px; 
	padding-right: 1px; 
} 
.verticalrangeslider 
{
	background-color:#000; 
	width:80%; 
	margin:1em auto; 
	height:60px
} 
.verticalrangeslider 
fieldset
{
	margin:0 auto; 
	width:80%; 
	padding:20px 
	0
} 
.verticalrangeslider input[type="range"]
{
	-webkit-appearance:none; 
	-webkit-transform:rotate(90deg); 
	-transform:rotate(90deg);
	width:98%; 
	height:26px; 
	background-color:#222222; 
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.6);
} 
.verticalrangeslider input::-webkit-slider-thumb
{
	-webkit-appearance:none; 
	-moz-apperance:none; width:20px; height:20px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-ms-border-radius:10px; 
	-o-border-radius:10px; 
	border-radius:10px; 
	background-color:#ffffff
}


.paneVideo video::-webkit-media-controls 
{
		display: none !important
};
