/************************************************************************************/
/*	Gallery: gallery.css
/*	Beacon Web Design: lightmybeacon.com
/************************************************************************************/
#content .gallery {
	display: block;
	width: 170px;
	height: 130px;
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8;
	font-size: 0.875em;
	text-align: center;
	margin: 10px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .gallery:hover {
	border-color: #077;
}
.gcontainer {
	overflow: hidden;
	margin: 0 auto;
	width: 576px;
}
.fleft { float: left; }
.fright { float: right; }
#content .gallery img {
	margin: 9px 9px 4px 9px;
	border: 1px solid #e8e8e8;
	opacity: .75;
}
#content .gallery img:hover {
	border-color: #077;
	opacity: 1;
}
#content .gallery a:link, #content .gallery a:visited {
	color: #808080;
	text-decoration: none;
}
#content .gallery a:hover, #content .gallery a:active {
	color: #077;
	background-color: #f8f8f8;
	border-color: #e8e8e8;
}
