/** jQuery Gallery Plugin **/
/*a { text-decoration:none;} a:hover{ text-decoration:underline;}*/
body {margin:0px; padding:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; }
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 0px;
  height: 385px;
  width: 660px;
}
.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;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #222;
 padding 12px;
}
.galleryInfo {
 background-color: transparent;
 color: #fff;
 padding: 12px;
}
.galleryInfo a{
 color: #fff;
 text-decoration:none;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
 text-decoration: underline;
}
