/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;

  height: 150px;
}


.galleryScreen, .galleryInfo {
  position: absolute;
}

}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
 img{ border:none;}