﻿body {
}

 .gallery{
  width:551px;
  background-color:#fff; 
  padding: 1px 1px 1px 1px; 
  /*float:left;*/
  text-align:center;
  height: 395px;
    }
    
.gallery .picture {
  float: left;
  margin: 5px; 
  width: 195px;
  height: 367px; 
  border:solid 1px #D1D1D1;
  background-image: url('../ajaxfiles/Images/background_image_news_clean.jpg'); 
}

.gallery .picture_2{
  float: left; 
  margin: 5px; 
  width: 195px;
  height: 367px; 
  text-align:center; 
  border:solid 1px black;
  background-image: url('../ajaxfiles/Images/background_image_news_clean.jpg');  
}

.gallery .picture .logo {
  width:191px; 
  height:55px; 
  margin:2px 0px 3px 2px;
}

.gallery .picture_2 .logo {
  width:191px; 
  height:55px; 
  margin:2px 0px 3px 2px;
}

.gallery .titletop {
  text-align:left;
  width: 178px; 
  /*border-top:solid 1px #D1D1D1;*/ 
  color:#4b5051; 
  font-weight: normal;
  text-transform: uppercase; 
  font-family:Arial;
  font-size:small;
  padding-top: 2px; 
  padding-left: 6px; 
  margin-top: 1px;
  margin-left: 7.5px;
}

.gallery .picture .image {
  border-top:solid 1px #D1D1D1;
  width:178px; 
  height:147px; 
  margin:5px 0px 3px 7.8px;
  padding-top:4px;
}

.gallery .picture_2 .image {
  border-top:solid 1px #D1D1D1;
  width:178px; 
  height:147px; 
  margin:5px 0px 3px 7.8px;
  padding-top:4px;
}
.gallery .title {
  text-align:left;
  width: 178px; 
  border-top:solid 1px #D1D1D1; 
  color:#876e46; 
  font-weight: normal;
  text-transform: uppercase; 
  font-family:Arial;
  font-size: 11.5px;
  padding-top: 3px; 
  padding-bottom: 3px;
  padding-left: 3px; 
  margin-top: 5px;
  margin-left: 7.5px;
}

.gallery .text {
  text-align:left;
  width: 178px;
  height: 60px;
  max-height: 60px;  
  color:#4b5051;
  font-weight:normal; 
  font-family:Arial;
  font-size:x-small; 
  font-weight:normal; 
  padding-left: 3px;
  margin-top: 5px;
  margin-left: 7.5px;
}

.gallery .date {
  text-align:left;
  width: 165px; 
  border-top:solid 1px #D1D1D1; 
  color:#876e46; 
  font-weight:normal; 
  font-family:Arial;
  font-size: x-small;
  padding-top: 1px; 
  padding-bottom: 0px; 
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 7.5px;
}