@charset "UTF-8";

/* CSS for an image gallery */


h1.thumbnailHead {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

.thumbnails {
	width: 188px;
}

.row {
	clear: both;
	display: table-row;
}

.clearRow {
	clear:both;
    height:10px;
    font-size: 1px;
    line-height: 0px;
}

.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: table-cell;
}

.controls {
	clear: both;
	width: 170px;
}

#galleryImage {
}

#galleryLabel {
	margin-top: 200px;
}

