﻿#mainimagecontainer {
	position: relative;
	left: 180px;
	height: 100%;
	text-align: center;
}
#mainimagecontainer img {
	margin-left: 50px;
	margin-right: 50px;
	max-height: 80%;
	max-width: 500px;
}
#mainimagecontainer table {
	height: 100%;
	width: 100%;
}
#mainimagecontainer table tr td {
	height: 100%;
	vertical-align: middle;
}
#galleryleftcol {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
	overflow: auto;
	text-align: center;
	float: left;
}
#galleryleftcol img {
	padding: 5px 0 5px 0;
}
.galleryImg {
	max-width: 100px;
}
