.galleryTable {
	border		: none;
	width		: 100%;
	text-align	: center;
	spacing		: 10px;
}

.galleryCell {
	background-color	: #ECEEF2;
	border	: 1px solid #BDBEB5;
	text-align	: center;
}

.galleryCell img {
	margin 	: 10px 0;
}

.gallery_pages {
	margin:10px;
	text-align: center;
}

.gallery_pages a {
	text-decoration : none;
}

.gallery_pages a:hover {
	text-decoration : underline;
}