#galleryContainer {
	padding: 2px;
}
#galleryCellHeader {
	background-color: #7dabdf;
	margin: 0px;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#galleryCell {
	text-align: center;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #ccd9e8;
	line-height: 180%;
	background-color: #deedfd;
}
#galleryCell a{
	color: #009900;
}
#galleryCell a:hover{
	color: #ff3300;
}
#galleryCellBottom {
	text-align: left;
	padding: 4px;
	font-weight: lighter;
}