.thumbnails_container {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 0 solid #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 5px #777777;
  margin-bottom: 12px;
  padding: 10px 0;
  text-align: center;
  width: 648px;
}

.thumbnails_header {
  /*height: 45px;*/
}


.thumbnails_header h3 {
	font-family: Trebuchet MS, Arial;
  	font-size: 24px;
  	line-height: 1.5em;
}


.thumbnails_footer {
  width: 494px;
  width: 675px;
  height: 18px;
  background: url(galeria-footer.png) repeat-x left top;  
}

.thumbnails
{
	padding-left: 0;
}

.thumbnails_pane {
  margin-left: 14px;
}

.thumbnails a
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
	margin: 5px;
	float: left;
	position: relative;
}

.thumbnails a img {
  border: 0 solid #3F3F3F;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 2px #000000;
  height: 81px;
  width: 132px;
}

.thumbnails a:hover{ opacity: 1; filter: alpha(opacity=100); text-decoration: none }
.thumbnails a:hover img{ border-color: #3f3f3f; }
.thumbnails a span
{
	display: block;
	position: absolute;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	color: White;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	font-size: 10pt;
}
