/* Start of CMSMS style sheet 'photo-galleries' */
/* Photo Galleries - Small Thumbnail Images */

/* Space between thumbnail images */
	
.thumb {
        margin: 1em 1em 1.6em 0; 
	padding: 0;
	float: left;
        line-height: normal;
	text-align: center;
}

/* Format thumbnail images */

.thumb img, .thumb a img {
	width: auto;
	height: auto;
	display: inline;
	padding: 10px; /* Photo frame area around thumbnail image */
	
	margin: 0;
	border-top: 1px solid #eee; 
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
}

 /* Format thumbnail image links */

.thumb a:link img {
        background-color: #fff; /* Background of photo frame area */
}

.thumb a:visited img {
	background-color: #fff; /* Background of photo frame area once visited */
}

.thumb a:hover img {
	background-color: #4e93ce; /* Background of photo frame area on hover */
}

/* Stop photo gallery formatting */

.clearboth { clear: both; }
/* End of 'photo-galleries' */

