img {
	border: none;
}

/* ---[ Impromptu windows ]--------------------- */
.jqifade {
	background: #FDFBFB;
}

div.jqi {
	position: absolute;
	top: 30% !important;
}

*>div .jqi {
	top: 32% !important;
}

.jqiclose,
div.jqi .jqibuttons {
	display: none;
}

/* ---[ Blocks ]--------------------- */
#layer {
	text-align: center;
}

#layer_block {
	width:600px;
	height:332px;
	background:url(../layerintro/layer.png) no-repeat; 
}

#layer_choice_nl,
#layer_choice_fr {
	float: left;
	margin:230px 0 0 20px;
	width: 280px;
	height: 40px;
}

*>#layer_choice_nl,
*>#layer_choice_fr {
	width: 280px;		
}

#layer_choice_nl img,
#layer_choice_fr img {
	float: left;
	margin: 0 10px 0 0;
}

/* ---[ Texts ]--------------------- */
.layer_text {
	margin: 5px 0 0 50px;
}

.layer_tagline_1,
.layer_tagline_2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
}

.layer_tagline_1 { color:#407cba; }
.layer_tagline_2 { color:#e96a1b; }	

/* ---[ Links ]--------------------- */
#layer_choice_nl a,
#layer_choice_fr a {
	text-decoration: none;
}

