#ctrl_slider_ball
{
 position: absolute;
 top: -5px;
 left: 0px;
 width:	10px;
 height: 10px;
margin-left: 3px;
 z-index: 100;
 
  background-position:center;     
  cursor: pointer;
}
#ctrl_slider_ball_target
{
 position: absolute;
 top: -4px;
 left: -4px;
 width:	17px;
 height: 17px;

 z-index: 101;

  background-position:center;     
  cursor: pointer;
}

#ctrl_button {
	position: absolute;
	top: 2px;
	left: 8px;
	width: 13px;
	height: 13px;
	cursor: pointer;
	background-position: 50% 50%;
   
	padding: 2px;
	border: 0;
	margin: 0;
	outline: 0;
}
#ctrl_button.clicked  {
   
}

.videoCaptionFallback {
	margin-top: -134px;
	z-index: 1;
	position: relative;
	text-align: center;
	height: 42px;
	display:table;
}

.videoFallbackCue {
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background: black;	
	height:48px;
	vertical-align: middle; 
	opacity: 0.8;
	display:table-cell;
	color: white;	
}

.videoCueSpanOuter {
	font-size: 11px;
}