/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url("../images/bg_overlay.gif"); 
     
    /* dimensions after the growing animation finishes  */ 
    width:852px; 
    height:522px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:15px; 
    color: #003e6f;
} 
 
/* default close button positioned on upper right corner */ 
a.close {     
    position:absolute; 
    right:10px; 
    top:10px; 
    cursor:pointer; 
} 

div.overlay a{
	color: #003e6f;
} 

div#overLayTitle{
	font-weight: bold;
	font-size: 16px;
	color: #003e6f;	
	margin-bottom: 10px;
}	

div#contentTab2{
	display: none;
}

div#overlayContent{
	color: #003e6f;
}

div#overLayTabs{
	position: relative;
	height: 28px;	
	background-image: url("../images/tab_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 25px;
	padding-left: 10px;
}	

a#linkTab1{
	display: block;
	background-image: url("../images/tab_video.gif");
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	float: left;
	margin-right: 10px;
}

a#linkTab1.selected{
	background-position: left bottom;
}

a#linkTab2{
	display: block;
	background-image: url("../images/tab_tekst.gif");
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	float: left;
}

a#linkTab2.selected{
	background-position: left bottom;
}

div#overLayContentVideo{
	margin: 18px 0 0 110px;
}