#galleryCurrent, #galleryBefore, #galleryAfter{ /*CSS for Simple Gallery*/
	position: relative;
	visibility: hidden;
	margin: 0 auto;
	margin-bottom: 2em;
	border: 1px solid #000;
	width: 700px;
	height: 525px;
}
.gallerydesctext{ /*CSS for description DIV (if defined)*/
	text-align: left;
	padding: 2px 10px;
}
.thumbnail{
	margin: 0 3px 3px 0;
	width: 175px;
	height: 120px;
	border-width: 1px;
}

