/* opmaak tumbs */
#thumbBoxcontainer {
	width: 625px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.thumbBox {
	width: 118px;
	height: 135px;
	float: left;
	padding-top: 6px;
	text-align: center;
	border: 1px solid #ededed;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fcfcfc;
	display: block;
}

.thumbBoxMore {
	visibility: hidden;
	width: 0;
	border-style: none;
	margin-right: 0;
}

.thumbBox p{
	text-align: left;
	color: #808080;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 6px;
	float: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
