/*
  Galeria de imagens com CSS: Carlos Eduardo de Souza
  Contato: carlos@viscountbox.com - http://project47.viscountbox.com/
*/

* { margin: 0; padding: 0; }
/*html, body { font: 11px "Trebuchet MS", Arial, sans-serif; }
h1 { font-size: 1.4em; text-transform: uppercase; }
img { border: 2px solid #666; }*/
#galeria { position: relative; width: 940px; margin: 0em auto; }
#galeria span.legenda { display: block; width:auto; padding-top:480px; text-align: left; }
#galeria ul#thumbs { clear: both; text-align: center; list-style: none; }
#galeria ul#thumbs li { display: inline; }
#galeria ul#thumbs li a { text-decoration: none; }
#galeria ul#thumbs li a img.full, #galeria ul#thumbs li a span.legenda { position: absolute; visibility: hidden; right:2px; padding-top:1px; top:45px }
#galeria ul#thumbs li a img.full { top: 6px; cursor: default; }
#galeria ul#thumbs li a span.legenda { top: 447px; padding-top:19px; font-size:11px; color:#521212; font:Tahoma; cursor:text; }
#galeria ul#thumbs li a span.legenda2 { top: 447px; padding-top:19px; font-size:14px; color:#521212; font-weight:bold; font:Tahoma; cursor:text; }
#galeria ul#thumbs li a:active img.full, #galeria ul#thumbs li a:focus img.full, 
#galeria ul#thumbs li a:active span.legenda, #galeria ul#thumbs li a:focus span.legenda { visibility: visible; }

