.gallery{
  width:680px;
  background-color:#fff; 
  padding: 0px; 
  float:left;
  overflow:hidden;

}

.gallery .picture {
  float:left;
  margin: 5px; 
  width:136px; 
  border:solid 1px #D1D1D1;
  background-color:#f2f2f2; 
}

.gallery .picture_2{
  float: left; 
  margin: 5px; 
  width:136px; 
  text-align:center; 
  border:solid 1px #F73602;
  background-color:#f2f2f2; 
}

.gallery .picture .image {
  width:130px; 
  height:93px; 
  margin:3px;
}

.gallery .picture_2 .image {
  width:130px; 
  height:93px; 
  margin:3px;
}
.gallery .footer {
  text-align:center;
  width: 136px;
  height:40px; 
  border-top:solid 1px #D1D1D1; 
  color:#666;
  font-size:12px; 
  font-weight:normal; 
  padding-top: 7px; 
  padding-bottom:7px; 
  margin-top: 10px;
}

