#vPlayer_container{
	background: url(/public/website/img/pages/ebtv/video_player/plr_cadre.png) no-repeat;
	width: 477px;
	height: 347px;
	position: relative;
	margin: -5px 0 0 0;
}
#video_player{
	background: url(/public/website/img/pages/ebtv/video_player/plr_cadre.png) no-repeat;
	width: 477px;
	height: 347px;
	position: relative;
	margin: -5px 0 0 0;
}
#btn_play{
	background: url(/public/website/img/pages/ebtv/video_player/plr_btn_play.png) no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 298px;
	left: 10px;
	display: block;
}
#btn_play:hover{
	background: url(/public/website/img/pages/ebtv/video_player/plr_btn_play_hover.png) no-repeat;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 296px;
	left: 8px;
	display: block;
}
#btn_stop{
	background: url(/public/website/img/pages/ebtv/video_player/plr_btn_stop.png) no-repeat;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 312px;
	left: 60px;
	display: block;
}
#btn_stop:hover{
	background: url(/public/website/img/pages/ebtv/video_player/plr_btn_stop_hover.png) no-repeat;
	position: absolute;
	width: 32px;
	height: 33px;
	top: 309px;
	left: 57px;
	display: block;
}
#btn_play_central{
	background: url(/public/website/img/pages/ebtv/video_player/plr_play_central.png) no-repeat;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 100px;
	left: 200px;
	display: block;
}
#gray_time_bar{
	background: url(/public/website/img/pages/ebtv/video_player/plr_gray_time_bar.png) no-repeat;
	position: absolute;
	width: 379px;
	height: 7px;
	top: 292px;
	left: 85px;
	display: block;
}
#blue_time_bar{
	background: url(/public/website/img/pages/ebtv/video_player/plr_blue_time_bar.png) no-repeat;
	position: absolute;
	width: 379px;
	height: 7px;
	top: 292px;
	left: 85px;
	display: block;
}
#time_container{
	font-size: 12px;
	font-family: verdana;
	position: absolute;
	top: 301px;
	left: 388px;
}
#time_container #played_time{
	color: #666666;
	letter-spacing: -1px;
}
#time_container #total_time{
	color: #999999;
	letter-spacing: -1px;
}
#fwd_ring{
	background: url(/public/website/img/pages/ebtv/video_player/plr_fwd_ring.png) no-repeat;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 288px;
	left: 285px;
}
#fwd_ring:hover{
	background: url(/public/website/img/pages/ebtv/video_player/plr_fwd_ring_hover.png) no-repeat;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 288px;
	left: 285px;
}
#vol_container{
	position: absolute;
	top: 320px;
	left: 385px;
}
#vol_container #vol_measure{
	background: url(/public/website/img/pages/ebtv/video_player/plr_vol.png) no-repeat;
	position: absolute;
	width: 77px;
	height: 8px;

}
#vol_container #indicateur{
	background: url(/public/website/img/pages/ebtv/video_player/plr_indicateur.png) no-repeat;
	position: absolute;
	width: 5px;
	height: 9px;
	top: 0;
	left: 35px;
}
#vol_bar{
	background: url(/public/website/img/pages/ebtv/video_player/plr_vol_bar.png) no-repeat;
	position: absolute;
	width: 20px;
	height: 5px;
	top: 13px;
	left: 25px;
}