/* 
----------------------------------------
New Items 10/31/2006- Controls frames and shadows 
----------------------------------------
*/
#GalleryOuterFrame {
	border: none;
}
#GalleryInnerFrame {
	background: #046400;
	border: 1px solid #000;
}
#GalleryInnerFrame img {
	margin: 4px;
	border: none;
}
/* Used to turn off the shadowing */
#ShadowCell {
	/* display: none; */
}
/* 
----------------------------------------
*/

.GalleryShowTable {
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.GalleryShowImageParentCell {
	text-decoration: none;
}
.GalleryShowTextCell {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.GalleryShowImageTitle {
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
	margin-top: 5px;
}
.GalleryShowImageSize {
	font-size: 9px;
	display: none;
}
.GalleryShowImageDesc {
	font-size: 12px;
	text-align: left;
}
