.dataBar{bottom: 2px;font-size: 0.8em;font-weight: bold;left: 20px;position: absolute;display: none;}.dataBar div{display: inline-block;margin-right: 20px;}

.flashContainer{

	position:relative;
	overflow:hidden;
}

.progressBar{
	display:none;
	position:absolute;
	width:auto;
	height:8px;
	left:20px;
	right:105px;
	bottom:20px;
	background-color:#141414;
	overflow:hidden;
	cursor:pointer;
	
	
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
}

.progressBar .elapsed{
	position:absolute;
	width:0;
	height:100%;
	background-color:#1fa2f6;
	border-right:1px solid #49AFF0;
}

.controlDiv{

	position:absolute;
	width:120px;
	height:120px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-60px 0 0 -60px;
}

.controlDiv.play{
	background:url('/images/play.png') no-repeat center center;
}
.flashContainer{
	margin:0px auto;
}

.controlDiv.replay{
	background:url('/images/replay.png') no-repeat center center;
}

.controlDiv.pause{
	background:url('/images/pause.png') no-repeat -99999px;
}

.flashContainer:hover .controlDiv.pause{
	background-position:center center;
}

.flashContainer.playing:hover .progressBar,.flashContainer.playing:hover .dataBar{
	display:block;
}