/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px 0px 10px;
  height: 450px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding:0px 5px 0px 15px;
  display:none;
 
}

.galleryBar li {
  position: relative;
  margin: 0 0 0 0;
  padding: 7px 7px 0px 7px;
  overflow: hidden;
  float: left;
  list-style: none;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 /*background-color: #fff;*/
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
