.thumbnail {
	font-family: verdana,helvetica,sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	float: left;
	width: 120px;
	height: 170px;
	margin-right: 5px;
}


/*
	previous thumbnail-class is obsolete if using the default template modules/archive/template/thumbnail.tmpl
	If there is no customized template at client, previous class can be removed
*/

.thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 8pt;
}

.thumbHolder {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

.thumbImageHolder {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.thumbImage {
	margin: auto auto;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #000000;
	-moz-box-shadow: 2px 2px 4px #cccccc;
	box-shadow: 2px 2px 4px #cccccc !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.thumbIcons {
	word-wrap: break-word;
	padding-left: 6px;
	padding-right: 6px;
}

.thumbCaption {
	word-wrap: break-word;
	overflow-x: hidden;
	padding-left: 6px;
	padding-right: 6px;
}

