#gallery{
	
}

#gallery h2{
	background: #e6dec6;
	border-bottom: 1px solid #99b8c1; /* teal */
	color: #be5d27; /* burnt orange text */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0;
	padding: 18px 20px;
	width: 549px;
}

#gallery #photos{
	border: 1px solid #99b8c1; /* teal */
	float: right;
	margin: 0;
	padding: 0;
	width: 589px;
}

#gallery #photos table{
	border: 1px solid #99b8c1; /* teal */
	margin: 8px;
	width: 573px;
}

#gallery #photos table td{
	height: 514px;
	text-align: center;
}

#gallery #photos #thumbs{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

#gallery #photos #thumbs a{
	padding: 4px;
}

#gallery #photos #thumbs a img{
	background: #99b8c1;
	height: 20px;
	width: 20px;
}

#gallery #photos #thumbs a.selected img{
	background: #be5d27; /* burnt orange text */
}

#gallery #photos #thumbs p#caption{
	clear: both;
	display: block;
	font-weight: bold;
	height: 3em;
	margin: 10px 0;
	padding: 0 8px;
	text-align: center;
}

#gallery #arrows{
	margin-bottom: 10px;
	text-align: center;
}

#gallery #arrows img{
	margin: 3px 10px;
}



