/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  height: 267px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0 7px;
  display:none;
}
.galleryBar li {
  position: relative;
  margin: 5px 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
  border: solid 1px #fff;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #222;
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}

