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

#fg_gallery {
	margin-left:35px;
}

.fast-gallery-image{
  float:left;
  width: 210px;
  height: 210px;
  text-align:center;
}


.fast-gallery-image a:link, .fast-gallery-image a:visited, .fast-gallery-image a:hover {

}

.fast-gallery-image a img {
  padding:3px;
  border:solid;
  border-width:1px;
  border-bottom-color: #aaa;
  border-right-color:#aaa;
  border-top-color:#ccc;
  border-left-color:#ccc;
}

.fast-gallery-image a:hover img {
  padding:3px;
  border:solid #888;
  border-width:1px;
}

#fg_breadcrumb {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 22px;
	margin-left: 66px;
	margin-top: -42px;
}

#fg_breadcrumb_none {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 66px;
	margin-top: 0px;
}