.gallerypreview {
    text-align:center;
}

.thumbnailbox {
	float:left;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	display: table;
	overflow: hidden;
	/*_position: relative;*/
}

.thumbnailinnerbox {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*position: absolute;*/
	top: 50%;
}

* html .thumbnailinnerbox {
  position: absolute;
}

table.thumbnail {
  width: 100%;
	/*_width: auto;*/
}

* html table.thumbnail {
	width: auto;
}

img.thumbnail {
	margin: 0;
	padding: 0;
  /*position: relative;*/
	top: -50%;
	left: -50%;
	border: 0;
}

* html img.thumbnail {
  position: relative;
}

.imageinnerbox {
	text-align: center;
	vertical-align: middle;
}

img.image {
	margin: 0;
	padding: 0;
	border: 0;
}