/* Gallery styles */

h2 {
	margin: 0;
}
.gallery-only-cat {
}
.gallery-selector {
	margin-right: 5px;
}
#gallery_category_info {
}
.gallery-cat-title {
	clear: both;
	text-align: center;
}
.gallery-cat-image {
	float: right;
}
.gallery-cat-description {
}
.gallery-enlarge_info {
}
#gallery_images {
}
.gallery-image-name {
	text-align: center;
}
.gallery-image-description {
}
.galleryCategoryContainer, .gallery-images {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.galleryCategoryContainer:hover, .gallery-images:hover {
	border: 1px solid #666666;
}
.galleryImageContainer {
	height: 150px; /* Set this to whatever your site demands */
	position: relative;
}
.gallery-image {
	height: 150px; /* Set this to whatever your site demands */
	position: relative;
}
.galleryImageContainer img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 150px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
.gallery-image img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 150px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
.galleryLabelContainer {
	text-align: center;
}