#content {
	text-align: center;
	padding: 5px;
}

.galleryTitle {
	font-weight: bold;
	margin-top: 14px;
}

#thumbDiv {
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	clear: both;
}

/*#fullDiv {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

#thumbDiv .albumCell {
	text-align: center;
	float: left;
	margin: 10px;
	height: 170px;
}

#thumbDiv.first {
	clear: left;
	margin-left: 0;
}

#thumbDiv.last {
	clear: right;
	margin-right: 0;
}

.albumCell .albumTitle {
	/*font-size: 75%;*/
}

.albumCell .albumDate {
	font-size: 85%;
}

.albumCell .thumbImg {
	padding: 0px;
	margin: 3px;
/*	float: left; */
	display: inline;
	border: 1px solid white;
}

#pagePrev {
	font-weight: bold;
	float: left;
}

#pageNext {
	font-weight: bold;
	float: right;
}
