.gallery{
  width:720px;
  overflow:hidden;
  float:right;
}

.gallery .lightbox_element{
  overflow:hidden;
  padding-bottom:15px;
}

.gallery .lightbox_element img{
  padding:5px

}

.gallery .lightbox_title{
  font-size:16px;
  font-weight:bold;
  padding-bottom:10px;
  padding-top:5px;
}

.gallery .lightbox_description{
  font-size:14px;
  padding-bottom:10px;
  padding-top:5px;
}

.gallery .lightbox_short_description{
  display:none;
}

.gallery .lightbox_photo{
  height:100px;
  padding-bottom: 20px;
  width:120px;
  overflow: hidden;
  text-align: center;
  float:left;
}

.tresc .lightbox_photo{
  padding: 10px;
  overflow: hidden;
  text-align: center;
  float:left;
}

.tresc .lightbox_photo img{
    background-color: #fff;
    border:2px solid  #E5E5E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}


.gallery .first_lightbox_photo{
  width:580px;
  overflow: hidden;
  text-align: center;
}