﻿div.galleryThumbnailContainer {
	float: left;
	width: 108px;
	height: 70px;
	min-height: 70px;
	margin: 0px;
	padding: 0px;
}

div.galleryThumbnailContainer img {
	display: block;
	/*width: 100px;
	height: 61px;*/
	padding: 2px 2px;
	margin: 0px;
	border: solid 2px #fff;
}

div.galleryThumbnailContainer img.selected{
	border: solid 2px #123d3e;
	display: block;
	/*width: 100px;
	height: 61px;*/
	padding: 2px 2px;
}

div.caption {
	font-weight: bold;
	font-size: x-small;
	color: #999;
	margin: 5px;
}

div.div {
	height: 65px;
}