#content .photogallery {
display:block;
	padding-left: 40px;
	width: 750px;
	padding-right: 10px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.photogallery .thumbs ul{
	margin-left: 0px;
	padding-left: 0px;
	height: 220px;
	padding-right: 5px;
	list-style-image: none;
	list-style-type: none;
}

.photogallery .thumbs li {
	display: block;
	float: left;
	padding-bottom: 5px;
	height: 200px;
}

.photogallery .thumbs li a{
	width:150px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:3px;
	text-align:center;
	float:left;
	display:inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	font-size: 65%;
	color: #0168A7;
	text-decoration: none;
}

.photogallery .thumbs li a:hover {
	width:150px;
	border:solid #000;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:3px;
	text-align:center;
	float:left;
	display:inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left:2px;
	color: #000000;
}

.photogallery a {
	text-decoration: none;
	font-size: 12px;
	color: #A06A44;
}

