/** jQuery Gallery Plugin **/

.gallery{

  position: relative;

  overflow: hidden;

  /*background-color: #666;*/

  padding: 0px;

  height: 450px;

}

.galleryBar {

  position: absolute;

  left: 0;

  margin: 0;

  padding: 0 7px;

  display:none;

}



.galleryBar li {

  position: relative;

  margin: 0 21px 10px 0;

  padding: 0;

  overflow: hidden;

  float: left;

  list-style: none;

  border-style:solid;

  border-width:0 1px 1px 0;

  border-color:#690;

}

.galleryScreen, .galleryInfo {

  position: absolute;

}

.galleryScreen {

 background-color: #fff;

}

.galleryInfo {

 background-color: transparent;

 color: #fff;

 /*padding: 12px;*/

}

.galleryTitle {

 font-size: 100%;

 font-weight: bold;

}


