.playbutton {
	background-image: url(/static/gfx/vod/videoplay-bar-idle.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 571px;
	margin-left: 5px;
	margin-right: 5px;
}
.playbutton_mover {
	background-image: url(/static/gfx/vod/videoplay-bar-mover.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 571px;
	margin-left: 5px;
	margin-right: 5px;
}
.playbutton_trenner{
	height: 5px;
	width: 571px;
}
