#gallery_categories_table {
	border-collapse: collapse;
}
#gallery_categories_table img {
	
}
table#gallery_categories_table td {
	height: 150px;
	overflow: hidden;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 40px;
}

.gallery_images_image_container {
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	vertical-align: centre;
	border:1px solid #AAA;
	margin-bottom: 5px;
}
.gallery_images_image_container img {
	margin-top: 0px;
}