﻿#galeria{
	overflow: auto;
	margin: 20px 20px 0px 20px;
  	padding:0px 0px 0px 0px;
	height: 360px;
  	width: auto;
  }
  
#thumbnail_row{
	  float: left;
  }
  
#thumbnail
  {
	margin: 20px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	height: auto;
	width: 126px;
	float: left;
	text-align: center;
  }
#thumbnail a
{
	margin: 2px auto 2px auto;
}

#thumbnail img
  {
  margin: 3px auto 3px auto ;
  border: 1px solid #ffffff;
  }
#thumbnail a:hover img
  {
  border: 1px solid #0000ff;
  }
#thumbnail_desc
  {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px auto 2px auto;
  }
