div.galleryPanel {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.galleryImageDiv {
    float: left;
    text-align: center;
	width: 83px;

	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.galleryImage {
	border: 0;
	vertical-align: middle;

}


.galleryHeader {
	background: #000000;
	padding: 10px;
    margin-bottom: 10px;
}

.galleryHeaderTitle {
	font-weight: bold;
	font-size: 14px;
}

legend {
	position: relative;
	top: 20px;
	padding: 8px;
	/*
    margin-top: 20px;
    */

}

fieldset {
	border: 2px dotted #2c2c29;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}


.galleryMenuTitle {
	width:190px;
	font-size: 10px;
}

.galleryMenuDescription {
	font-size: 10px;
	float: left;
	margin-top: 20px;
}
.galleryMenuFooter {
	font-size: 10px;
}


.hiddenPic {
	display: none;
}


