#gallery {
	border-bottom: 1px solid #764832;
	margin-top:10px;
	padding-bottom:40px;
	padding-top:15px;
	height:564px;
	}
#gallerylinks {
	position:absolute;
	top:35px;
	right:6px;
	}
#mainImage {
	float:left;
	width: 770px;
	text-align:center;
	}
#largeImage {
	border:10px solid #fff;
	}	
#galleryNavigation {
	margin-right:20px;
	margin-left:825px;
	min-width:160px;
	margin-top:90px;
	}	
#loading {
	position:absolute;
	left:790px;
	top:285px;
	border-width:0px;
	visibility:hidden;
	}
#copyright {
	position:absolute;
	top:655px;
	color:#666;
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
	width: 98%;
	}

#thumbnails {
	position:relative;
	margin-top:5px;
	line-height:0%;
	width:160px;
	height:250px;
	}
#thumbnails img {
	border:1px solid #757575;
	margin-right:5px;
	margin-bottom:5px;
	width:42px;
	height:42px;
	}
#thumbnails a img {
	opacity:.40;
	filter:alpha(opacity=40);
	}
#thumbnails a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	}

#thumbnails a span {
	/* make mouseover captions invisible */	
	font-size:13px;
	display:none;
	width:245px;
	color:#aaa;
	line-height:150%;
	}



div.pageLinks {
	width:245px;
	height:12px;
	margin-top:24px;
	}

div.pageLinks a {
 	overflow:hidden;
 	display:block;
 	float:left;
	background-color: #555;
	color: #555;
 	width:10px;
 	height:10px;
 	margin-right:3px;	
 	}
 	
div.pageLinks a:hover {
	background-color: #9c522d;
	color: #9c522d;
 	}

#selected {
	background-color: #74341d;
	color: #74341d;
 	}

.caption {
	font-size: 13px;
	margin-top:2px;
	min-width:160px;
	height:40px;
	}

#caption	{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#9c522d;
	}

#location {
font-size: 12px;
	padding:0px;
	margin-top:2px;
	}




