@charset "utf-8";
/* CSS Document */

#fakeImg{
	width:260px;
	height:180px;
	position:absolute;
	left:0;
	top:0;
}

#stopBTN{
	background:url(../images/buttonStop.gif);
	width:17px;
	height:15px;
	cursor:pointer;
	float:left;
	margin-left:49px;
	margin-top:7px;
}

#playBTN{
	background:url(../images/buttonPlay.gif);
	width:21px;
	height:19px;
	cursor:pointer;
	float:left;
	margin-left:3px;
	margin-top:5px;
}

#pauseBTN{
	background:url(../images/buttonPause.gif);
	width:17px;
	height:15px;
	cursor:pointer;
	float:left;
	margin-left:3px;
	margin-top:7px;
}

#volminusBTN{
	background:url(../images/buttonMinus.gif);
	width:16px;
	height:14px;
	cursor:pointer;
	float:left;
	margin-left:42px;
	margin-top:7px;
}

#volplusBTN{
	background:url(../images/buttonAdd.gif);
	width:16px;
	height:14px;
	cursor:pointer;
	float:left;
	margin-left:3px;
	margin-top:7px;
}

#timecodeBG{
	background:url(../images/timecodeBG.gif);
	width:46px;
	height:15px;
	float:left;
	margin-left:8px;
	margin-top:7px;
	padding:0;
}

#timecode{
	visibility:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	color:#000;
	text-align:center; 
	width:30px;
	background:transparent;
	border:none;
}

#volumeLEVELS{
	position: absolute;
	width:16px;
	height:13px;
	background-image: url(../images/volLEVELS.gif);
	background-repeat: no-repeat;
	clip: rect(0px 11px 13px 0px);
	z-index: 2;
}

#volumeBG{
	width:16px;
	height:13px;
	background:url(../images/volBG.gif) no-repeat;
	float:left;
	margin-left:3px;
	margin-top:8px;
}

.imageBorder{
	border: 3px solid #cccccc;
	padding: 1px;
}

.rightVideoFloat{
	float: right;
	width: 268px;
	margin: 0 0 5px 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

.playerBottomEdge{
	background: #c3c2c2;
	height: 3px;
	margin-bottom: 3px;
}

#vidControlsBg {
	 background:#dad9d9;
	 padding-bottom:5px;
	 border-top:#fff solid 1px;
	 border-bottom:#fff solid 1px;
}
