
.gallery_cont {
  clear: both;
  height: 100%;
  overflow: hidden !important;
  width: 618px;
  display: block;
}

.gallery-thumb {
  float: left;
  margin: 6px 12px 6px 0;
}
	
.gallery-thumb a img {
  clear: both;
  display: block;
  padding: 3px;
  border: 1px solid #dddddd;
}

.gallery-thumb a:hover img {
  border: 1px solid #dddddd;
}

.gal_link {
  width: 108px;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
  line-height: 1.5em;
}

.gal_link a {
  color: #666666;
  text-decoration: none;
}

.gal_link a:hover {
  color: #27aae1;
  text-decoration: none;
}

