.film_control
{	
	height: 45px;
	width: 225px;
	background: url(../images/filmpje/controlpanel.png);	
	position: relative;
}

.film_houder
{
	position: relative;
	z-index:1;
	overflow:hidden;
	height:255px;
	width:470px;	
}

.film_foto
{
	position: absolute;
	z-index: 200;
}

.film_play
{
	top: 0px;
	left: 130px;
	width: 45px;
	height: 45px;
	position: absolute;
}

.film_stop
{
	top: 0px;
	left: 176px;
	width: 45px;
	height: 45px;
	position: absolute;
}