/* Header structuur */
#header {
	width: 700px;
	height: 319px;
	background-color: #000;
	float: left;
	position: relative;
}

#header-left {
	width: 280px;
	height: 290px;
	float: left;
	position: relative;
	padding: 29px 0 0 23px;
	color: #fff;
}

#header-left h1 {
	font-size: 32px;	
}

#header-left p {
	color: #f5ebdc;
	font-size: 12px;
	font-family: arial;
}

#header-right {
	margin: 18px 22px 18px 0;
	width: 375px;
	height: 283px;
	float: left;
	position: relative;
	background-color: #fff;
}

.nivoSlider {
    position:relative;
    width:375px; /* Change this to your images width */
    height:283px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}