.GalleryTitle,
.GalleryTitle A,
.GalleryTitle A:link,
.GalleryTitle A:visited,
.GalleryTitle A:active,
.GalleryTitle A:hover {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

.GalleryBox {
	padding: 12px;
	border: solid 1px #B3AE83;
	background: #D7C38E;
	float: left;
	margin: 4px;
}
.GalleryTitle {
	font-size: 15px;
	line-height: 18px;
	color: #410F0A;
	font-weight: bold;
}
.GalleryDate {
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	padding: 2px;
}
.GalleryDescr {
	font-size: 11px;
}
.GalleryImage TD {
	text-align: center;
}
.GalleryImage IMG {
	border: solid 1px #B3AE83;
}

/*
Random gallery image
*/
.RandomGalleryImageBox {
	border: solid 1px #B3AE83;
	background: #D7C38E;
	padding: 12px;
	margin-bottom: 12px;
}

.RandomGalleryImagePreview {
	text-align: center;
}
.RandomGalleryImagePreview IMG {
	border: solid 1px #B3AE83;
}

.RandomGalleryImageLink {
	text-align: right;
}
.RandomGalleryImageLink A,
.RandomGalleryImageLink A:link,
.RandomGalleryImageLink A:visited,
.RandomGalleryImageLink A:active,
.RandomGalleryImageLink A:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #596C59;
}

.RandomGalleryImageTitle {
	font-size: 12px;
	line-height: 14px;
	color: #596C59;
	margin-bottom: 2px;
	font-weight: bold;
}
.RandomGalleryImageDescr {
	color: #596C59;
	margin-top: 4px;
	font-size: 11px;
}


/*
Gallery images page
*/
.GalleryPageTitle {
	font-size: 18px;
	line-height: 18px;
	color: #410F0A;
	font-weight: bold;
}
.GalleryPageDate {
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	padding: 2px;
}
.GalleryPageDescr {
	font-size: 14px;
	padding: 2px;
}
.GalleryPreviewBox {
	border: solid 1px #B3AE83;
	background: #D7C38E;
	padding: 12px;
}

.GalleryImagePreview {
	text-align: center;
}
.GalleryImagePreview IMG {
	border: solid 1px #B3AE83;
}

.GalleryImageThumbnailBox {
	width: 100%;
	padding: 2px;
}
.GalleryImageThumbnail {
	float: left;
	margin: 1px;
}
.GalleryImageThumbnail TD {
	text-align: center;
}
.GalleryImageThumbnail IMG {
	border: solid 1px #B3AE83;
}

.GalleryImageTitle {
	font-size: 12px;
	line-height: 18px;
	color: #410F0A;
	margin-bottom: 2px;
	font-weight: bold;
}
.GalleryImageDate {
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
}
.GalleryImageDescr {
	margin-top: 6px;
	font-size: 11px;
}

.GalleryPageJump {
	border: solid 1px #B3AE83;
	margin: 4px 0;
}
.GalleryPageJump TD {
	text-align: center;
}
