/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 0px;
  
  /*height: 250px;
  width: 300px;*/
}

.gallery1 {
   position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 0px;
}

.galleryBar {
  position: absolute;
  left: 0;
  /*margin: 240px 0px 0px 375px;*/
  padding: 0 0px;
  display:none;
}



.galleryBar li {
  position: relative;
  margin: 0 0px 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;
}