/* $Id: fast_gallery.css,v 1.18 2008/11/14 06:39:15 rapsli Exp $ */

#fast_gallery .folder img {
  //border: 3px;
  //border-style: solid;
  //border-color: #444;
}

#fast_gallery .single-image {
  float: left;
  margin-left: 5px;
  width: 160px;
  text-align: center;
  margin-bottom: 1em;
}

#fast_gallery .single-image:hover .folder-caption {
  color: #0088ff
}

#fast_gallery img {
  border: 3px;
  border-style: solid;
  border-color: gray;
}

#fast_gallery img:hover {
  border: 3px;
  border-style: solid;
  border-color: #00b;

  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}

#fast_gallery .pager {
  text-align: center;
}

#fast_gallery .folder-caption {
  position: relative;
  margin-top: -2px;
  font-weight: bold;
  color: #202146;
  vertical-align: bottom;
  padding: 3px;
  line-height: 130%;
  height: 2.75em;
  z-index: 6;
}

#fast_gallery .image-caption {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  font-size: 0.9em;
  line-height: 120%;
  text-align: center;
  color: #000;
}

#fast_gallery .pager {
  padding-bottom: 1em;
}

#fast_gallery .hide-image {
  display: none;
}

.clear {
  clear:both;
}

/**
 * Hover text for folder description mouseovers
 */
#fast_gallery a.folderdescription:active {
  outline: none;
}
#fast_gallery a.folderdescription:visited {
  outline: none;
}

#fast_gallery a.folderdescription img {
  border-color: #444;
}

#fast_gallery a.folderdescription img:hover {
  border-color: #00b;
}

#fast_gallery a.folderdescription {
  position: relative;
  text-decoration: none;
  z-index: 5;
}

#fast_gallery a.folderdescription:hover {
  z-index: 7;
}

#fast_gallery a.folderdescription span {
  display: none;
}

#fast_gallery a.folderdescription:hover span {
  display: block;
  position: absolute;
  padding: 0.5em;
  color: #000000;
  text-align: left;
  font-size: 0.85em;
  left: 1em;
  top: 2em;
  width: 20em;
  border: 1px solid #444;
  background-color: #eee;
  z-index: 8;
  font-weight: normal;
  line-height: 130%;
}

#fast_gallery a.textlink:hover span {
  line-height: 130%;
  top: 2em;
}

