
/* Styles for on-page gallery items as well as colorbox gallery items */

.albumPreview {
	float:left;
	margin-right:20px;
}
.albumPreview h3,
#albumThumbnails h3 {
	padding-bottom:6px;
}
.albumPreview h3 a {
	text-decoration:none;
}
#albumThumbnails {

}

/*  Taken from gallery colorbox header */
.gal-item {
  float:left;
  margin:0px 10px 10px 0px;
  text-align:center;
}
.gal-item a {
  display:block;
}
.gal-item img {
  border:solid 4px #CCC;
}
.gal-item img:hover {
  border:solid 4px #666;
}
/* end */