/* the overlayed element */ 
div.overlayvideo {
	/*width:420px;
	height:320px;*/
	width:680px;
	height:538px;
	display:none;
	background-image:url(../images/filmpje_bg.png);
} 

div.overlayvideo div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px; 
}

#videocontent {
	margin:20px;
	width:640px;
	height:498px;
	background-color:#000;
}

.overlayvideolink {
	cursor:pointer;
}