/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  padding: 0;
  border-top: 2px solid #a2c00b;
  border-left: 2px solid #a2c00b;
  border-bottom: 2px solid #a2c00b;
  border-right: 2px solid #a2c00b;
  margin: auto;
  height: 390px;
  width: 520px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display: none;
}

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