/**
  * Gallery view
  */
.gallery {
   float: left;
   margin-right: 25px;
   margin-bottom: 20px;
}

div.image {
   text-align: center;
   width: 150px;
   height: 150px;
	 margin-bottom: 4px;
}

div.image_empty {
   text-align: center;
   width: 150px;
   height: 150px;
}

div.empty {
   padding-top: 70px;
}

div.caption {
   text-align: center;
   width: 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
}