@CHARSET "UTF-8";
.flowplayer {
display: none;
}

.player {
	display: none;
	border: 10px #f0f0f0 solid;
}

#videoPlayer {
	position: fixed;
	z-index: 100;
	background-color: #f0f0f0;
}

.overlay {
	position: fixed;
	background-image: url(../img/transp_0.8.png);
	background-repeat: repeat;
	top: 0px;
	left: 0px;
	z-index: 90;
	display: none;
}

.progressBar
{
   position: relative;
   width: 100%;
   margin-top: 4px;
   height: 12px;
   backgroud-color: #000;
}

.timeBar, .volume
{
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background-color: #e1002e;
}

.bufferBar {
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background-color: #999999;
}

/*
.bufferAnim {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/general/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 32px;
	width: 32px;
	margin-top: -16px;
	margin-left: -16px;
}*/

.bufferAnim {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/general/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(240,240,240,0.8);
	height: 100%;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}

.control {
	color: #f0f0f0;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #303030;
	font-size: 10px;
	position: relative;
	margin-top: -36px;
	left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.control .close {
	position: absolute;
	z-index: 110;
	width: 21px;
	height: 21px;
	background-image: url(../img/close.png);
}

.control > .pp {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 1px;
}

.control .play {
	background-image: url(../img/play.png);
	width: 20px;
	height: 20px;
}

.control .pause {
	background-image: url(../img/pause.png);
	width: 20px;
	height: 20px;
}

.control > .time {
	float: right;
	margin-right: 5px;
	margin-top: -1px;
	vertical-align: middle;
}

.control > .progressBar {
	border: 1px solid #a0a0a0;
	position: absolute;
	clear: both;
}

.play, .pause, .close {
	cursor: pointer;
}

.control > .vol {
	float: right;
}
.control > .vol .mute {
	cursor: pointer;
	float: left;
	height: 20px;
	width: 25px;
}

.mute div {
	display: block;
	height: 20px;
	width: 25px;
}

.mute .muted {
	background-image: url(../img/muted.png);
}

.mute .unmuted {
	background-image: url(../img/unmuted.png);
	background-position: 1px 0px;
	height: 19px;
	margin-top: 1px;
}

.control > .vol .volumeBar {
	width: 60px;
	margin-top: 4px;
	height: 12px;
	float: left;
	position: relative;
	border: 1px solid #a0a0a0;
}