#gallery_menu {
	width: 190px;
	margin-right: 5px;
	float: left;
	text-align: center;
	padding: 3px;
	height: 200px;
	border-top: 1px solid #AAAAAA;
}

#gallery_menu td {
	text-align: center;
}

#gallery_show {
	float: left;
	width: 370px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}

#gallery_full {
	float: left;
	width: 570px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #AAAAAA;
}

#gallery_show .ViewReverseBar {
	background-color: #FFCC66;
	border: 1px solid #666666;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px;
}

#gallery_show .ViewReverseBar a {
	color: #666666;
}

#gallery_show .ViewReverseBar a:hover {
	color: #000000;
}

#gallery_show .Testimonial {
	margin-top: 10px;
	font-size: 80%;
	color: #0066CC;
	font-weight: bold;
}

#gallery_show .TestimonialAuthor {
	width: 100%;
	font-size: 80%;
	color: #003399;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#gallery_show img {
	border: 1px solid #333333;
	text-align: center;
}

#gallery_menu img, #gallery_full img {
	border: 1px solid #333333;
	margin: auto;
}