#videoControlContainer {
	height:20px;
	width:100%
}

#videoControlContainer a#vc,#videoControlContainer a#vtc {
	cursor:pointer;
	height:10px
}

#videoControlContainer a#vc {
	display:block;
	float:right;
	width:10px
}

#videoControlContainer a#vc.play {
	background:url(/images/player/play.gif)
}

#videoControlContainer a#vc.pause {
	background:url(/images/player/pause.gif)
}

#videoControlContainer a#vtc {
	background:#eee;
	border-color:#888 #ccc #ccc #888;
	border-style:solid;
	border-width:1px;
	font-size:0;
	line-height:10px;
	width:320px
}

#videoControlContainer #vl {
	background:#aaa;
	height:3px
}

#videoControlContainer #vp {
	background:transparent url(/images/player/timeline_grad.gif) repeat-x scroll left top;
	height:7px
}