.gallery{
  width:490px;
  overflow:hidden;
  
}

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

.gallery .lightbox_element img{
  

}

.gallery .lightbox_title{
  font-size:16px;
  font-weight:bold;
  padding-bottom:10px;
  padding:5px;
  float:left;
  width:370px;
  text-align: justify;
}

.gallery .lightbox_title.first{
  margin:auto;
  float:none;
}
.gallery .lightbox_description{
  font-size:12px;
  padding-bottom:10px;
  padding:5px;
  float:left;
  width:370px;
  text-align: justify;
}
.gallery .lightbox_description.first{
  margin:auto;
  float:none;
  text-align: justify;
}
.gallery .lightbox_short_description{
  display:none;
}

.gallery .lightbox_photo{
  overflow: hidden;
  text-align: center;
float:left;
width:110px; 
}

.gallery .first_lightbox_photo{
 
  overflow: hidden;
  text-align: center;
  padding:5px;
  background-color: #fdfdfd;
  border:1px solid #DCDCDC;
}

.gallery_image{
float:left;
height:112px;
margin:5px;
overflow:hidden;
width:112px;
}
