/* $Id: fast_gallery.css,v 1.21.2.4 2010/07/23 17:30:48 rapsli Exp $ */

.fast-gallery-image {
  text-align: center;
}

.fast-gallery-image-box {
  float: left;
  padding-top: 10px;
  width: 260px;
}
.fast-gallery-image a:link, .fast-gallery-image a:visited, .fast-gallery-image a:hover {
 text-decoration:none;
}

.fast-gallery-image a:hover img {
  border:0px solid black;
}

#fg_breadcrumb {
	margin-bottom:10px;
}
#fg_gallery{width: 810px;}

.download {
  background-color: wheat;
  height: 20px;
  margin-left: 4px;
  text-align: center;
  width: 250px;
}

.download a{ font-weight:bold; text-decoration:none !important;}

.fast-gallery-image-box-li{}