/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #F6F6F7;
  padding: 10px 0px 0px 10px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 10px;
  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;
 top : 0px !important; 
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}
.galleryContent {
 height: 427px;
}

