.player-wrapper {
	width: 							640px;
	height:							360px;
	position: 						relative;
}

.player-wrapper .controls-wrapper {
	position: 						absolute;
	bottom: 						0;
	left: 							0;
	height: 						30px;
	width: 							100%;
	z-index: 						8;
}
.player-wrapper .controls a {
	display: 						block;
	width: 							15px;
	height: 						15px;
	margin: 						0 5px;
	background: 					#f00;
	float: 							left;
}
.player-wrapper .controls .scrubber {
	width:							580px;
	height:							5px;
	position:						relative;
	float:							left;
	margin:							17px 7px 0 14px;
	cursor:							pointer;
	background:						#545454;
}
.player-wrapper .controls .scrubber span {
	display:						block;
	position:						absolute;
	top:							0px;
	left:							0;
	width:							10px;
	height:							5px;
	background:						#FFF;
	margin-left:					-10px;
}
.player-wrapper .controls .timer {
	color: 							#fff;
	background: 					#000;
}
