#photo_gallery_wrap {
	/*padding-bottom: 45px;*/
	border-style: solid;
	border-width: 0px 1px;
	border-color: #004c27;
	height: 487px;
}
#thumb_col {
	position: relative;
	left: 12px;
	top: 10px;
}
#thumb_col img {
	border: 2px solid #7a887a;
	margin-right: 7px;
}
.thumb_row {
	clear: left;
	margin-bottom: 10px;
}
.main_img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}
#full_img_0 {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.phone {
	position: absolute;
	bottom: 20px;
	right: 18px;
}