/* Image view */

.image-view {width: 240px;overflow:hidden;}
.image-view .element {border: 1px solid #ddd;background:#eee;padding:5px;float:left;margin-bottom: 20px;margin-right: 15px;}
.image-view .element img {border: 1px solid #b4c1c8;margin:0;}

/* Afbeeldinggalerij */
#image-gallery {
	margin: 0;
}
#image-gallery .thumbnail {
	border: 1px solid #ddd;background:#eee;padding:5px;float:left;margin: 0 6px 10px 0;
}
#image-gallery .thumbnail img {
	border: 1px solid #bbb;
}
#image-gallery .thumbnail a:hover img {}