.flareVideo .controls {
	position: relative;
	height: 24px;
	top: 0;
	left: 0;
	background: #606060;
	border-top: 1px solid #333;
	background: -moz-linear-gradient(top, #606060, #4E4E4E);
	background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#4E4E4E));
	background: -moz-linear-gradient(top, rgba(0, 255, 0, .5), rgba(255, 0, 255, .5));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(100, 100, 100, .9)));
	background: rgba(0, 0, 0, 1);

}

.flareVideo.fullScreen .controls {
	top: -24px;
}


.flareVideo .controls .play,
.flareVideo .controls .pause,
.flareVideo .controls .fullScreen,
.flareVideo .controls .volMin,
.flareVideo .controls .volMax { 
	cursor: pointer;
}

.flareVideo .controls input[type="range"],
.flareVideo .controls .ui-slider {
	-khtml-appearance: none; 
	border: 1px solid #242424;
	border-top-color: #161616;
	border-bottom-color: #464545;
	background: #2F2F2F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 8px;
	padding: 0;
}

.flareVideo .controls ::-webkit-slider-thumb {
	-khtml-appearance: none; 
	background: red;
	width: 7px; 
	height: 7px;  
	border-radius:50%;
   -moz-border-radius:50%;
   -webkit-border-radius:50px;
   	background: -moz-linear-gradient(top, #707070, #4E4E4E);
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#4E4E4E));

}

.flareVideo .controls .ui-slider-handle { 
	background: red;
	width: 7px; 
	height: 7px;  
	border-radius:50%;
   -moz-border-radius:50%;
   -webkit-border-radius:50px;
   	background: -moz-linear-gradient(top, #707070, #4E4E4E);
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#4E4E4E));

}

.flareVideo .controls .seek .seekRange {
	width: 100%;
}

.flareVideo .controls .fullScreen {
	text-indent: -5000px;
	font-size: 0px; 
	line-height: 0%; 
	width: 0px;
	height: 0px;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #888;
}

.flareVideo.fullScreen .controls .fullScreen {
	border-bottom: 7px solid #888;
	border-right: 7px solid transparent;
}


.flareVideo .controls .volume {
	width: 90px;
}

.flareVideo .controls .volume .volMin,
.flareVideo .controls .volume .volMax {
	text-indent: -5000px;
}

.flareVideo .controls .volume .volMin {
	width: 9px;
	height: 21px;
	background: green;
	display: none;
}

.flareVideo .controls .volume .volMax {
	width: 9px;
	height: 21px;
	background: blue;
}

.flareVideo .controls .volume .volRange {
	width: 50px;
}

.flareVideo .controls .timeMin,
.flareVideo .controls .timeMax {
	font-family: Helvetica, "Lucida Grande";
	font-weight: bold;
	font-size: 11px;  
	color: #C2C2C2;
	text-shadow: 0 1px 1px #333;
}

.flareVideo .controls .pause,
.flareVideo .controls .play {
	width: 10px;
	height: 10px;
}

.flareVideo .controls .pause {
	position: relative;
	display: none;
}

.flareVideo .controls .pauseLeft, .flareVideo .controls .pauseRight {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 10px;
	background: #888;
}

.flareVideo .controls .pauseLeft {
	left: 5px;
	margin: 0 0 0 0;
}

.flareVideo .controls .play {
	display: block;
	width:0px; 
	height:0px; 
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #888;
	margin: 0 0 0 1px;
	font-size:0px;
	line-height:0px;
	

}

.flareVideo.playing .controls .play {
	display: none;
}

.flareVideo.playing .controls .pause {
	display: block;
}

.flareVideo .controls .fullScreen {
	position: absolute;
	right: 8px;
	top: 7px;
}

.flareVideo .controls .play,
.flareVideo .controls .pause {
	position: absolute;
	left: 6px;
	top: 6px;
}

.flareVideo .controls .seek {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 65px;
	right: 77px;
}

.flareVideo .controls .seek .seekRange {
	position: absolute;
	top: 6px;
}

.flareVideo .controls .timeMin {
	position: absolute;
	top: 5px;
	left: 30px;
}

.flareVideo .controls .timeMax {
	position: absolute;
	top: 5px;
	right: 35px;
}

.flareVideo .controls .volume {
	position: absolute;
	left: 35px;
	top: 0px;
	bottom: 0px;
	
	display: none;
}

.flareVideo .controls .volume .volMin {
	position: absolute;
	left: 0;
}

.flareVideo .controls .volume .volMax {
	position: absolute;
	right: 6px;
	top: 10px;
}

.flareVideo .controls .volume .volRange {
	position: absolute;
	left: 16px;
	top: 16px;
}