/* player container */
div.v_player {
	cursor:pointer;
	text-align:center;
}

/* play button */
div.v_player img {
	width: 99%;
	height: 99%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}
div.v_player div.btn-play {
	background:transparent url(../img/play_large.png) no-repeat center;
	width: 99%;
	height: 99%;
	top: 0px;
	left: 0px;
	opacity:0.7;
	position: absolute;
	z-index: 2;
}
div.v_player div.control{
	height:24px;
	width: 99%;
	left: 0px;
	bottom: 4px;
	z-index: 3;
	position: absolute;
	opacity:0.7;
	background:transparent url(../img/bar.gif) repeat-x;
	clear:both;
	overflow:hidden;
}
div.v_player div.control div.l-ctrl{
	width:244px;
	height:24px;
	background:transparent url(../img/left.gif) no-repeat;
	float:left;
}
div.v_player div.control div.r-ctrl{
	width:156px;
	height:24px;
	background:transparent url(../img/right.gif) no-repeat;
	float:right;
}
