#thumbBox{
	left: 0;
	top: 0;
	width: auto;
	padding: 10px 10px 0;
	background: #FFFFFF;
	visibility: hidden;
	z-index: 1;
	cursor: pointer;
	position: absolute;
}

#thumbBox .footerbar{
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #342416;
	padding: 5px 0;
	text-align: right;
	text-transform: lowercase;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.gallery {
	clear: both;
	position: static;
	visibility: visible;
}

.gallery p img {
	margin-right: 6px;
}
.title {
	font-weight: normal;
	padding-top: 20px;
	visibility: visible;
	clear: both;
	position: static;
	font-size: 120%;
	color: #9Ebb35;
}
.title a:link, .title a:hover, .title a:active, .title a:visited {
	font-weight: normal;
	padding-top: 20px;
	color: #342416;
}
#gallery-content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1px;
	color: #342416;
	text-align: left;
	width: 595px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

