/* Photo Gallery */

.RolloverGallery {
	width:495px;
}
.GalleryLeftColumn {
	width:195px;
	display:block;
}
.GalleryRightColumn {
	width:295px;
	float:right;
	display: inline;
}
.GalleryLargeImage {
	border: 1px solid #AB4812;
}
.GalleryIcon {
	/* border: 1px solid #AB4812; */
	margin: 0px 5px 5px 0px;
}
.GalleryCaptionFontStyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.GalleryCategoryIconBlock {
	margin: 0px 0px 10px 0px;
}
