.thumbElement {
	margin: 5px 20px 10px;
	white-space: normal;
	overflow: auto;
}
.thumbnail {
	width: 75px;
	height: 75px;
	padding: 3px;
}
.thumbElement a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thumbElement a:visited {
	color: #CCDCE3;
	text-decoration: none;
}
.thumbElement a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
