.galleryThumb {
	float: left;
	margin: 5px;
	border: 1px solid white;
	width: 250px;
	height: 275px;
}

.galleryTitle {
	text-align: center;
	font-size: 14px;
	padding: 4px;
}

#gallery_menu h3{
	font-size: 10pt;
	border-bottom: 1px solid #336;
	margin-bottom: 3px;
	font-weight: normal;
	padding-left: 13px;
	cursor: pointer;
}

#gallery_menu h3.ui-state-active {
	background-image: url( "/img/minus.gif" );
	background-repeat: no-repeat;
	background-position: bottom left;
}

#gallery_menu h3.ui-state-default {
	background-image: url( "/img/plus.gif" );
	background-repeat: no-repeat;
	background-position: bottom left;
}

.gallery_menu_item {
	margin: 0px;
	padding-left: 20px;
}

.gallery_menu_item a {
	color: #b7d6e5;
}

.gallery_menu_item a:hover {
	color: #F0A;
}

.landscape img {
	margin: 42px 0px;
}

.portrait img {
	margin: 0px 42px;
}

.photoThumb {
	float: left;
	margin: 5px;
	border: 2px solid white;
	width: 250px;
	height: 250px;
}

.active_page {
	padding: 5px 10px;
}

.inactive_page {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}

#thumbs {
	clear: both;
}

.pages {
	clear: both;
	text-align: center;
	margin: 10px 0px;
}

#photo {
	clear: both;
	margin: 10px 0px;
}

#return_link {
	float: right;
	padding-right: 40px;
	line-height: 25px;
}

#prev_link, #next_link{
	float: left;
	padding-left: 40px;
	line-height: 25px;
}

#photo_credits {
	text-align: right;
	font-size: 8pt;
	margin-top: 5px;
}