/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 420px;
  width: 750px;
  border-top: 3px solid #e6e6e6;
  border-left: 3px solid #e6e6e6;
  border-bottom: 3px solid #787878;
  border-right: 3px solid #787878;
  margin: auto;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
}

.galleryBar li {
  position: relative;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 /* background-color: #222; */
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
