/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
  height: 300px;
  width: 320px;
}
.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;
}

.galleryContent{
cursor: pointer;
}

.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #fff;
}
.galleryInfo {
 background-color: transparent;
 color: #ff9429;
 padding: 5px;
}
.galleryTitle {
 font-size: 2em;
 margin:2px;
 color: #474747;
 font-weight: bold;
}
.galleryDesc{
 font-size: 1em;
 padding: 5px;
 color: #474747;
 font-weight: bold;
}
