.Panel .Gallery {
  text-align: center;
  display: block;
}
.Panel .Gallery .Picture .Image IMG { padding: 1px; border: 0px solid red; }
.Panel .Gallery .Picture
{ 
  padding: 10px 0px 10px 0px;
  float: left;
  width: 220px;
}
.Panel .Gallery .Picture .Image 
{ 
  text-align: center;
  font-weight: normal;
  margin-top: 5px;
  width: auto;
}
.Panel .Gallery .Picture .Name 
{ 
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
}
.News .Gallery {
  text-align: center;
  display: block;
}
.News .Gallery .Picture .Image IMG { padding: 1px; border: 0px solid red; }
.News .Gallery .Picture
{ 
  padding: 10px 0px 10px 0px;
  float: left;
  width: 149px;
}
.News .Gallery .Picture .Image 
{ 
  text-align: center;
  font-weight: normal;
  margin-top: 5px;
  width: auto;
}
.News .Gallery .Picture .Name 
{ 
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
}