body {
	cursor: default;
}

#navigation {
	clear:both;
	width:500px;
	background-color:#fff;
	border-top:1px solid #b0af81;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	height:120px;
	cursor: default;
}

#photo {
	width: 492px;
	height: 375px;
	margin: 20px 0 10px 0;
	display: inline;
	border:4px #b0af81 solid;
}

.gallery_head  {
	font-family:"Times New Roman", Times, serif;
	color: #1c0a07;
	font-size: 2.2em;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 6px 0;
	padding:0 80px 0 80px;
}

.photo_gallery  {
	font-family:"Times New Roman", Times, serif;
	color: #1c0a07;
	font-size: 1.2em;
	text-align: center;
	padding:0 80px 0 80px;

}

.gallery a {
	color: #1c0a07;
}

#gallery_content {
	position:relative;
	width:791px;
	background:url(images/NewcontentBack.png) repeat-y 0 0;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:30px;
}

/* photo must be inline for the margins to work in IE6, so we require a block wrapper for horizontal centering */
#slideflow_wrapper {
	margin: 0px auto;
	display: block;
	width: 500px;
	min-height: 375px;
	
}

#frame {
	background-color:#fff;
	margin:0 auto;
	border:8px #b0af81 solid;
	width:642px;
}
.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(images/slideflowslider-bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(images/seekslider.gif) no-repeat;
	margin-top: 6px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(images/seekslider-hover.gif) no-repeat;
}


