/* Album Page */

div.gbNavigator {
	background: transparent;
}

table#gsThumbMatrix {
	width: 100%;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 10pt;
}

table#gsThumbMatrix .giThumbnail {
	margin-top: 1em;
	margin-bottom: 0.25em;
}
table#gsThumbMatrix h1 {
	
}
table#gsThumbMatrix h2 {
	
}
table#gsThumbMatrix h3 {
	
}
table#gsThumbMatrix h4.giTitle {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table#gsThumbMatrix div.giDescription {
	text-indent: none;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
}

table#gsThumbMatrix p.giInfo {
	font-size: 8pt;
}
.giAlbumCell {
	background-color: #EAEAEA;
	text-align: center;
}
.giItemCell {
	background: transparent;
	text-align: center;
}







/* Photo Page */
div#photocontent {
	float: left;
	width: 85%;
	text-align: left;
}
div#photocontent img {
	border: 1px solid Black;
}
div#photosidebar {
	float: right;
	width: 15%;
	text-align: left;
	font-size: 10pt;
}
div.photonavtop {
	text-align: justify;
}
div.photonavbottom {
	text-align: justify;
	margin-top: 3em;
}
div.photosidebarbox {
	margin: 1ex;
}
.photosidebarbox h1 {
	text-align: left;
}

.giInfo {
	
}


p.photodescription {
	text-align: left;
	
}

