/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #e1543b;
  padding: 12px;
  height: 450px;
  margin-bottom: 25px;
}
.galleryBar {
  position: absolute;
  left: -25px;
  margin: 0;
  bottom: 10px
  padding: 0px;
  display:none;
  height: 88px;
  
}

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

