/* 
----------------------------------------
New Items 10/31/2006- Controls frames and shadows 
----------------------------------------
*/
#GalleryOuterFrame {
	border: none;
}
#GalleryInnerFrame {
	background: #00336f;
	border: 1px solid black;
}
#GalleryInnerFrame img {
	margin: 15px;
	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;

	vertical-align: middle;
}
.GalleryShowImageTitle {
	font-size: 14px;
		text-align: center;
	font-weight: bold;
	
}
.GalleryShowImageSize {
}
.GalleryShowImageDesc {
	font-size: 12px;
	width:610px;
	margin:12px 0 0 20px;
}
