	#sliderContainer {
		width:703px;
		height: 257px;
		margin: 0 4px;
		background-image: url(../../../images/indekijker_bg.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	#slider {
		width:703px;
		height: 257px;
		margin: 0 4px;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:703px;
		height: 257px;
		overflow:hidden; 
		}

	#slider li h3{
		float: left;
		width: 340px;
		margin-top: 80px;
		text-align: right;
		font-size: 220%;
		color: #d65b78;
	}
	#slider li h3 a:hover{
		text-decoration: none;
	}
	#slider li h3 span{
		color: #9a9a9a;
	}
	#slider li img{
		float: right;
		margin-top: 30px;
		margin-right: 80px;
	}
	span#prevBtn{
		position: absolute;
	}
	span#prevBtn a{
		position: relative;
		top: -20px;
		left: 20px;
		display: block;
		width: 45px;
		height: 40px;
		text-align: center;
		background-image: url(../../../images/indekijker_btn_back.png);
		background-repeat: no-repeat;
		background-position: center center;
		line-height: 32px;
		font: 200% Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: white;
	}
	span#nextBtn{
		position: absolute;
	}
	span#nextBtn a{
		position: relative;
		top: -20px;
		left: 70px;
		display: block;
		width: 45px;
		height: 40px;
		text-align: center;
		background-image: url(../../../images/indekijker_btn_next.png);
		background-repeat: no-repeat;
		background-position: center center;
		line-height: 32px;
		font: 200% Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: white;
	}
		
	.content .box {
		width: 286px;
		height: 100px;
		padding: 0 12px;
		background-image: url(../../../images/home_box_bg.png);
		background-repeat: no-repeat;
		background-position: center center;		
	}
	
	.content #nieuwsbrief {
		float: left;
		height: 90px;
		padding-top: 10px;
		line-height: 1.2em;
		font-style: italic;
		text-align: left;
	}
		.content #nieuwsbrief h4 {
			margin: 0 0 10px 0;
			font-size: 150%;
			font-style: normal;
			color: #d65b78;
		}	
		.content #nieuwsbrief #subscriber {
			float: left;
			width: 180px;
			margin-right: 5px;
			background-color: #ebd4d8;
			border: 1px solid #e1c1d7;
		}	
		.content #nieuwsbrief #subscribe_btn {
			float: left;
			cursor: pointer;
		}	
		.content #nieuwsbrief span {
			display: block;
			clear: both;
			padding-top: 5px;
			color: #676767;
		}	
		.content #nieuwsbrief span .warning {
			color: #cc3333;
		}	
		.content #nieuwsbrief span .accept {
			color: #528d18;
		}	
		
	
	.content #discreet {
		float: right;;
	}
