/* Styles for the Weekly Spike Archives page */
#gallery-frame-top {
	position: absolute;
	top: 269px;
	left: 213px;
}

#gallery-month {
	position: absolute;
	top: 397px;
	left: 530px;
	color: white;
	font-weight: bold;
	font-size: 14pt;
}

#gallery-pane {
	overflow: auto;
	position: absolute;
	top: 440px;
	left: 260px;
	width: 660px;
	height: 350px;
	text-align: center;
}

#forward-btn {
	position: absolute;
	top: 819px;
	left: 655px;
}

#back-btn {
	position: absolute;
	top: 819px;
	left: 519px;
}

.photo-frame {
	width: 183px;
	height: 142px;
	background: url(../images/PhotoGallery/frame.gif) no-repeat top left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.thumbnail {
	width: 177px;
	height: 114px;
	margin-top: 3px;
}

.photo-date {
	height: 1em;
	width: 183px;
	text-align: center;
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
}