@-webkit-keyframes pulse {
       0% {
         -webkit-transform: scale(1.0);
       }
       30% {
         -webkit-transform: scale(1.15);
       }
       100% {
         -webkit-transform: scale(1.0);
       }
}

.gallerycontent				        { font-size: 12px; clear: both; width: 650px; }
.gallerycontent .gallery_description,
.gallerycontent h3				{ font-size: 13px; font-weight: bold; font-family: monospace; color:#191919; margin: 5px 0px; }
.gallerycontent .gallery_name,
.gallerycontent h2				{ font-size: 24px; font-weight: bold; font-family: monospace; color:#191919; margin: 5px 0px; }

.gallerycontent .gallery			{ }
.gallerycontent .gallery a			{ display: block; float: left; margin: 0px 10px 10px 0px; position: relative; }
.gallerycontent .gallery a img			{ -webkit-box-shadow: 1px 1px 4px #606060; -moz-box-shadow: 1px 1px 4px #606060; box-shadow: 1px 1px 4px #606060; }
.gallerycontent .gallery a .desc		{ font-size: 11px; text-decoration: none; text-align: left; width: 160px; z-index: 1; color: black; display: none; position: absolute; bottom: 50px; right: -5px; padding: 5px; background: url('img/85white.png'); box-shadow: 1px 1px 4px black; -webkit-box-shadow: 1px 1px 4px black; -moz-box-shadow: 1px 1px 4px black; }
.gallerycontent .gallery a:hover		{ text-decoration: none; -webkit-animation-name: pulse; -webkit-animation-duration: 0.3s; -webkit-animation-timing-function: ease-in-out; -o-animation-name: pulse; -o-animation-duration: 0.3s; -o-animation-timing-function: ease-in-out; }
.gallerycontent .gallery a:hover .desc		{ text-decoration: none; display: block; }
.gallerycontent .gallery a:hover img		{ text-decoration: none; }

       

#right	{ display: none; }