#content-container{
	position:relative;
	float:left;
	display:inline;
	width:231px;
	height:466px;
	background-color:#404041;
	}
	
#content{
	position:relative;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	text-align:justify;
	font-size:12px;
	}
	
#home-kamerbreed-container{
	position:relative;
	float:left;
	display:inline;
	width:440px;
	height:229px;
	margin-left:8px;
	overflow:hidden;
	cursor:pointer;
	}

#home-tegels-container{
	position:relative;
	float:left;
	display:inline;
	width:440px;
	height:229px;
	margin-left:8px;
	margin-top:8px;
	overflow:hidden;
	cursor:pointer;
	}
	
#home-referenties-container{
	position:relative;
	float:right;
	display:inline;
	width:246px;
	height:466px;
	margin-right:3px;
	overflow:hidden;
	cursor:pointer;
	}
	
.home-blok-foto{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}
    
.home-blok-foto img{
    position: absolute;
    display: none;
}
	
.home-blok-balk{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	background-color:#000;
	cursor:pointer;
	}
	
#home-kamerbreed-container:hover .home-blok-balk{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
#home-tegels-container:hover .home-blok-balk{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
#home-referenties-container:hover .home-blok-balk{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
.home-blok-titel{
	position:absolute;
	left:25px;
	bottom:14px;
	font-size:17px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	}
	
.home-blok-nummers{
	position:absolute;
	right:14px;
	bottom:12px;
	}
	
.home-blok-nummer-container{
	position:relative;
	float:left;
	display:inline;
	width:14px;
	height:14px;
	margin-left:5px;
	cursor:pointer;
	text-decoration:none;
	}
	
.home-blok-nummer-container-active{
	position:relative;
	float:left;
	display:inline;
	width:14px;
	height:14px;
	margin-left:5px;
	text-decoration:none;
	}

.home-blok-background{
	position:absolute;
	width:14px;
	height:14px;
	top:0px;
	left:0px;
	background-color:#7e7e7e;
	border:1px solid #fff;
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
	}
		
.home-blok-nummer-container-active .home-blok-background{
	position:absolute;
	width:14px;
	height:14px;
	top:0px;
	left:0px;
	background-color:#7e7e7e;
	border:1px solid #fff;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	}
	
.home-blok-nummer-container:hover .home-blok-background{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	}	
	
.home-blok-nummer{
	position:absolute;
	width:14px;
	top:0px;
	left:0px;
	line-height:15px;
	font-size:11px;
	color:#7c7c7c;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	}
	
.home-blok-nummer-container:hover .home-blok-nummer{
	color:#fff;
	text-decoration:none;
	}
	
.home-blok-nummer-container-active .home-blok-nummer{
	position:absolute;
	width:14px;
	top:0px;
	left:0px;
	line-height:15px;
	font-size:11px;
	color:#fff;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	}