p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #996633;
}

.gallerySize {
	width:800px;
}

.galleryHeader {
	background-color: #776436;
	background-repeat: no-repeat;
	height:64px;
}

.galleryBody {
	background-color: #ac8246;
	height:650px;
}

.galleryNavButton, .galleryCloseButton {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	height: 48px;
	width: 60px;
	text-align: center;
	line-height: 42px;
	font-family: sans-serif;
	font-size: smaller;
	border: 1 solid #574416;
}

.galleryNavButton {
	background-color: #ad8526;
	color:#ffffff;
}

.galleryCloseButton {
	background-color: #ffffff;
	color: #ad8526;
}

.galleryImage {
	border: 1 solid black;
	position: relative;
	display: block;
	visibility: true;
	
}

.galleryImageHidden {
	border:1 solid black;
	visibility: false;
}


/* default opacity for IE */
img {
	filter: alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}