/* CSS Document */
ul#photothumbnails li {
	float: left;
	clear: none;
	margin: 1px;
	display: block;
	height: 130px;
	width: 130px;
	
	position: relative;
	text-align: center;
	background-image: none;
	padding: 0px;
}
ul#photothumbnails li a {
    position:absolute;
    left: 40%;
    top: 50%;
	z-index: 0;
}
ul#photothumbnails li a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
ul#photothumbnails li label {
	position: absolute;
	vertical-align: bottom;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: -5px;
}
div.gallerynav { 
	width: 100%;
	text-align: center;
}
div.gallerynav ul#thumbnailnav {
	display: inline;
	list-style-type: none;
}
div.gallerynav ul#thumbnailnav li {
	display: inline;
	list-style-type: none;
}
ul.albumlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(../images/shared/arrow.gif);
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
ul.albumlist a {
	text-decoration:none;
	color:#FF3300;
}
h2.monthheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 0px;
}
div#prevnext { font-size: 14px; font-weight: bold; }
div#albumlist {
	height: 340px;
	overflow: auto;
}
div#albumlist li,div#albumlist h1, div#albumlist h2, div#albumlist h3, div#albumlist ul  {
	width: 149px;
}
div#pages {
clear: both;
}