#Galleries {
	width: 680px;
	margin: 10px auto;
	text-align: center; }

#Galleries a {
	float: left;
	display: block;
	width: 145px;
	height: 20px;
	padding: 13px 5px 7px 50px;
	margin: 5px 10px;
	background: url("../img/design/Photo-Button.gif") no-repeat 0 0;
	font-size: 12px; 
	text-decoration: none; 
	text-align: left; }  
	
#Galleries a:hover {
	background-position: 0 -100px;
	color: #d55e2f; }  
	
#Galleries .CurrentGallery {
	background-position: 0 -200px;
	color: #404d4e; }
	
#Gallery { margin-top: 20px; }

#DisplayImage {
	width: 470px;
	margin: 0 auto;
	border: solid 1px #000;
	border-bottom: none;
	background: #FFF; }

#DisplayImage img {
	width: 450px;
	margin: 0 auto;
	border: solid 10px #FFFFFF; }

#PhotoNavigation {
	display: block;
	width: 450px;
	height: 45px;
	padding: 0px 10px 10px 10px;
	margin: 0 auto 10px;
	background: #FFFFFF;
	border: solid 1px #000;
	border-top: none; }

#PhotoNavigation li {
	list-style-type: none;
	float: left;
	display: block;
	width: 225px;
	height: 35px; }

#PhotoNavigation li a {
	display: block;
	width: 202px;
	height: 20px;
	padding: 10px;
	text-align: center;
	font: bold 16px Helvetica, Arial, sans-serif;
	border: solid 1px #EEEEEE; }

#PhotoNavigation li a:hover {
	background: #77BBFF;
	text-decoration: none; }

#PhotoNavigation a.first, #PhotoNavigation a.last, #PhotoNavigation a.first:hover, #PhotoNavigation a.last:hover {
	border: none;
	background: #FFFFFF; }

#PhotoNavigation .first span, #PhotoNavigation .last span {
	display: none; }

#PhotoList {
	display: block;
	width: 570px;
	padding: 10px;
	background: #000000;
	margin: 0 auto; }

#PhotoList a img {
	width: 100px;
	height: 75px;
	margin: 5px 2px 5px 3px;
	border: solid 2px #FFFFFF;
	border-bottom-width: 15px; }

#PhotoList a:hover img {
	border: solid 2px #77BBFF;
	border-bottom-width: 15px; }

#PhotoList a img.current {
	border: solid 2px #999999;
	border-bottom-width: 15px;
	margin-bottom: 10px;
	margin-top: 0px; }
	
#flashcontent {
		width: 680px; }







