/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 0;
  width: 850px;
  height: 270px;
}
.galleryBar {
  position: absolute;
  left: 0;
  margin: -15px 0 0 10px;
  padding: 0 0 20px 0;
  display:none;
  background: url(../images/_redesign/bannerthumb_bg.png) 1px 7px no-repeat;
}
	.galleryBar a img, .gallery a:visited img {border:1px solid #FFF;}

.galleryBar li {
  position: relative;
  margin: 0 5px 0 0;
  padding: 10px 6px 0 4px;
  overflow: hidden;
  float: left;
  list-style: none;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #222;
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 20px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}

