body#gallery div.pagelist { 
	width:620px; 
	margin:10px auto; 
	text-align:center; 
	}

body#gallery div.pagelist p {
	color:#fff;
	}

body#gallery div.pagelist a:link, body#gallery div.pagelist a:visited {
	color:#fcf79f;
	}

body#gallery div.pagelist a:hover, body#gallery div.pagelist a:active {
	color:#fcf79f;
	}

body#gallery div.pagelist li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 2px 0 6px;
	display: inline;
	border-left: 1px solid #fcf79f;
	margin: 0;
	}

	body#gallery div.pagelist li.prev { border: none; }
	body#gallery div.pagelist li.current a:link, body#gallery div.pagelist li.current a:visited {
		color:#fff;
		text-decoration: none;
		font-weight: normal;
	}
	
.album{
	float: left;
	width: 250px;
	margin: 20px 0 20px 35px;
	padding: 5px;
	display: inline;
	}
	.albumthumb {
		float: left;
		margin: 0 5px 0 0;
		}
		body#gallery .albumthumb img {
			border: 3px solid #fff;
			}
	body#gallery .albumtitle h3 a{
		font-weight: normal;
		text-decoration: none;
		color: #fff;
		}
		body#gallery .albumtitle h3 a strong{
		text-decoration: underline;
		color: #fcf79f;
		}
#thumbnail-images{
	margin: 0 0 0 40px;
	}
	.imagethumb {
		float: left;
		margin: 22px 15px 22px 29px;
		display: inline;
		}
		body#gallery .imagethumb img {
			border: 3px solid #fff;
			}

#image-gallery {
	text-align: center;
	}
	body#gallery #image-gallery img {
		border: 3px solid #fff;
		margin: 20px 0 0 0;
		}

#comment-box{
	width: 520px;
	border: 1px dotted #fff;
	text-align: left;
	margin: 15px auto 0 auto;
	padding: 15px;
	}
	.comment-author {
		font-size: 1.1em;
		}
	.comment-date {
		font-size: .8em;
		}

#comment-box h4 {
	font-size: 1.4em;
	margin-bottom: 20px;
	}
