h2.GalleryTitle {text-align: center;}


div.GalleryDescription {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}


.TblResized {margin: 20px auto 20px auto;}
.TblResized td.TdImgResized {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px #d2d2d2 solid;
}

.TblResized td.TdImgNavigation {
	padding-bottom: 15px;
	text-align: right;
}

.NavPrev a, .NavNext a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.NavNext {padding-left: 10px;}


#Gallery {
	width: 575px;
}


#Gallery a.GalleryLinkText {
	color: black;
	font-size: 11px;
	text-decoration: none;
}
#Gallery a.GalleryLinkText:hover {
	text-decoration: underline;
}


#Gallery a img {
	border-width: 0px;
	/*background-image: url(../images/gallery/background_gallery-image.gif);*/
}


.GalleryRowSmall  {height: 140px;}
.GalleryRowMedium {height: 165px;}
.GalleryRowNormal {height: 215px;}
.GalleryRowSectionMaximized {height: 215px;}


.GalleryCellSmall, .GalleryCellMedium, .GalleryCellNormal, .GalleryCellSectionMaximized {
	text-align: center;
	float: left;
}
.GalleryCellSmall table td, .GalleryCellMedium table td, .GalleryCellNormal table td, .GalleryCellSectionMaximized table td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px #d2d2d2 solid;
}


.GalleryCellSmall {margin-right: 10px;}
.GalleryCellSmall table {
	width:  107px;
	height: 107px;
}
.GallerySectionTextSmall {width: 107px;}


.GalleryCellMedium {margin-right: 15px;}
.GalleryCellMedium table {
	width:  132px;
	height: 132px;
}
.GallerySectionTextMedium {width: 132px;}


.GalleryCellNormal {margin-right: 14px;}
.GalleryCellNormal table {
	width:  182px;
	height: 182px;
}
.GallerySectionTextNormal {width: 182px;}

.GalleryCellSectionMaximized {margin-right: 16px;}
.GalleryCellSectionMaximized table {
	width:  182px;
	height: 182px;
}
.GallerySectionTextSectionMaximized {width: 182px;}
.GalleryCellLast {margin-right: 0px;}


#Gallery td.Active {background-color: #d7b56d;}


.TitleGalleryPath {
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


.TitleGalleryPath a {
	text-decoration: none;
	color: black;
}
.TitleGalleryPath a:hover {text-decoration: underline;}


a.LinkSectionNameCurrent {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}


.FlashContent {background-repeat: no-repeat;}
.FlashContent span {
	color: black;
	background-color: red;
}
