/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  padding: 5px;
  height: 460px;
  width: 300px;
  background-color: #C6E0C8;
  background-image: url(images/slideshowCorners.png);
  margin-top: 10px;
}
.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;
  text-align: center;
  display: table-cell;
  vertical-align: baseline;
}

.galleryBar li img {
}

.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #C6E0C8;
  background-image: url(images/slideshowCorners.png);
  background-position: bottom;
}
.galleryInfo {
 background-color: transparent;
 color: #323F3A;
 padding-left: 12px;
 padding-top: 4px;
}
.galleryTitle {
 font-size: 135%;
}

.galleryContent img {
}

.galleryContent {
	text-align: center;
	cursor: pointer;
}
