/*** WEB GALLERY ***/
#WebGalleryWrapper {
	clear: both;
	display: block;
}

#WebGalleryWrapper1 {
	border-top: 5px solid #F78F1E;
	clear: both;
	display: block;
	top: -23px;
	position: relative;
}

#WebGalleryWrapper2 {
	border-top: 5px solid #F78F1E;
	clear: both;
	display: block;
	margin-bottom: 20px;
}


/* GALLERY PANELS */
.panel {
	float: left;
	padding: 15px;
	height: 155px;
	width: 200px;
}
.panel img {
	background-color: #ddd;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	width: 200px;
}
.panel  a {
	color: #005696;
	font-size: 11px;
	font-weight: normal;
}
.panel a:hover {
	text-decoration: none;
}