
.gallerycontent				        { font-size: 12px; clear: both; }
.gallerycontent .gallery_description,
.gallerycontent h3				{ color: white; font-size: 13px; font-weight: normal; margin: 5px 0px; padding: 0px; font-weight: normal; }
.gallerycontent .gallery_description		{ background: black; border: 1px solid #303030; }
.gallerycontent .gallery_name,
.gallerycontent h2				{ color: #e6e3c5; font-size: 11px; text-transform: uppercase; font-weight: normal; }
.gallerycontent .gallery_name			{ background: black; border: 1px solid #303030; }

.gallerycontent .gallery			{ }
.gallerycontent .gallery a			{ display: block; float: left; margin: 0px 10px 10px 0px; position: relative; }
.gallerycontent .gallery a img			{ border: 1px solid white; }
.gallerycontent .gallery a .desc		{ font-size: 11px; text-decoration: none; text-align: right; width: 125px; z-index: 1; color: white; display: none; position: absolute; bottom: 45px; right: 45px; padding: 5px; background: url('img/black75.png'); }
.gallerycontent .gallery a:hover		{ text-decoration: none;}
.gallerycontent .gallery a:hover .desc		{ text-decoration: none; display: block; }
.gallerycontent .gallery a:hover img		{ text-decoration: none; }

