﻿/* Gallery */
.Gallery_ImageBox
{
	height: 155px;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
}

.Gallery_ImageBox img
{
	max-height: 150px;
	max-width: 120px;
}

.Gallery_ButtonBox
{
	height: 20px;
}

.divFullSizeImage
{
	border: 1px double #000000;
	background-color: #E8E8FF;
	display: block;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 50px;
	left: 150px;
	right: 150px;
	padding: 50px 50px 50px 50px; /*opacity: 0.7;
	filter: alpha(opacity=70);*/
}
/* End of Gallery */
