/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  text-align: center;
  float: right;
  overflow: hidden;
  background-color: #666;
  padding: 12px;
  width:300px;
  height:250px;
  margin:5px 20px 5px 10px;
  z-index: -100;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 12px;
  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: 16px;
}
.galleryTitle {
 font-size: 120%;
 font-weight: bold;
}
