.video5_container {
	margin: 0;
	padding:0;
	position:relative;
}
.video5_container img#android_play_button {       
	position: relative;
	top: -245px;
	left:300px;
	opacity: 0.5;
}
.video5_container img#android_play_button:hover {   
	opacity: 0.5;
}
.video5_control div img, .video5_control div div img {
	margin-top:3px;
	height:25px;
}
.video5_control {
	z-index: 99999;	
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: white;
	position: absolute;
	cursor: default;
	overflow: hidden;
	bottom:0;
	width:100%;
	height:50px;
}
.video5_playbutton {
	white-space:nowrap;
	height:inherit;
	cursor: pointer;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:0 10px;
	clear:both;
}
.video5_streamdiv {
	width:100px;
	white-space:nowrap;
	height:inherit;
	vertical-align: middle;
	display: table-cell;	
	cursor: default;
}
.video5_stream {
	width: 100px;
	
	height:66%;
	white-space:nowrap;
	text-align: left;
	background-color: black;
	cursor: pointer;
}
.video5_streambar {
	width:0;
	background-color:#FF7010;
	white-space:nowrap;
}
.video5_options {
	height:inherit;
	display:table-cell; 
	padding-left: 2px; 
	padding-right: 2px;
}
.video5_currenttime, .video5_countdown, .video5_duration {
	height:inherit;
	display: table-cell;
	padding:0 15px;

	text-align: center; 
	vertical-align: middle;
	overflow:hidden;
}
.video5_soundvol {
	display: table-cell;
	height:inherit
	white-space: nowrap;
	width: 20px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	vertical-align: middle;
}
.video5_soundvol a {
	cursor:pointer;
}
.video5_sound {
	height:inherit;
	white-space: nowrap;
	cursor: pointer; 
	display: table-cell;
	width: 20px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	vertical-align: middle;
}
.video5_fullscreen {
	height:inherit;
	display: table-cell;
	padding:0 10px;
	white-space:nowrap;	
	text-align: center; 
	vertical-align: middle;
	overflow:hidden;
}
