/** jQuery Gallery Plugin **/
.jqgallery{
  position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 12px;
  height: 450px;
}
.jqgalleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
  top:50px;
}

.jqgalleryBar li {
  position: relative;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
.jqgalleryScreen, .jqgalleryInfo {
  position: absolute;
}
.jqgalleryScreen {
 background-color: #222;
}
.jqgalleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.jqgalleryTitle {
 font-size: 135%;
 font-weight: bold;
}