#gallerybox {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#gallerybox .thumbbox {
	padding: 7px;
	width: 180px;
	float: left;
	clear: none;
}
#gallerybox .thumbbox a {
	text-decoration: none;
}
#gallerybox .thumbbox img a {
	border-style: none;
	
}
#gallerybox .thumbbox img a:hover {
	border: 1px solid #09F;
}
.gallerycaption {
	color: #999;
	font-size: 11px;
	display:block;
}
