.foto_groep {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.foto_groep a {
	color: black;
}

.foto_groep img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.foto_groep h2 {
	font-size: 11px;
}

.foto {
	float: left;
	width: 190px;
	height: 150px;
}

.foto img {
    border: 1px solid #cccccc;
	padding: 2px;
	cursor: pointer;
}

.foto img:hover {
	filter: alpha(Opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#picture {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#picture img {
	border: 1px solid #cccccc;
	padding: 2px;
}

.navigation {
	width: 550px;
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 5px;
	text-align: center;
	color: #666;
}

.navigation .active {
	color: red;	
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-size: 11px;
}