.gallery {
  
}
.galleryBox {
  float: left;
  display: inline;
  width: 250px;
  height: 205px;
  margin: 0px 5px 5px 0px;
  padding: 10px;
  background: #EEF;
  border: 1px dashed #CCE;
}
.galleryImage {
  border: 1px solid #CCD;
}
.galleryControls {
  width: 250px;
  height: 35px;
  text-align: center;
}
.galleryButton {
  margin-top: 5px;
  background: #66D;
  border: 1px outset #99D;
  font: bold 12px arial;
  color: #EEF;
}
.galleryButton:hover {
  background: #88D;
  color: #FFF;
  cursor: pointer;
}

