@charset "UTF-8";
/* CSS Document */

table tr td.thumbnailCell {
	width:150px;
	text-align:center;
	padding:8px 4px;
}

td.thumbnailCell a {
border:0px;
	
}

div.galleryImage {
	text-align:center;
	width:650px;
	padding:5px;
	padding-bottom:0px;
	margin:0px;
	background:#99B8BC;
}

#galleryImg {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid black;
	margin: 8px;
}

div.galleryImage table {
	width: 100%;
	margin: 8px;
}
.galleryCaption {
	text-align: center;
}

.galleryCaptionRight {

	text-align: right;
}

.galleryCaptionLeft {
	text-align: left;
}

div.galleryThumbnails {
	width:650px;
	text-align:center;
	padding:5px;
	padding-bottom:0px;
	background-color:#728f93;
}

div.galleryThumbnails img {
	border: 1px black solid;
	margin: 1px;
}

div.galleryThumbnails img:hover {
	border: 1px #009900 solid;
}