.Content .Main .Panel .Gallery {
  text-align: center;
  display: block;
}
.Content .Main .Panel .Gallery .Picture .Image IMG { padding: 1px; border: 0px solid red; }
.Content .Main .Panel .Gallery .Picture
{ 
  padding: 10px 0px 10px 0px;
  float: left;
  width: 200px;
}
.Content .Main .Panel .Gallery .Picture .Image 
{ 
  text-align: center;
  font-weight: normal;
  margin-top: 5px;
  width: auto;
}
.Content .Main .Panel .Gallery .Picture .Name 
{ 
  font-weight: normal;
  white-space: normal;
}
.Content .Main .Panel .Gallery .Picture .Size 
{ 
  display: none;
}