
div.gallery {
	position: relative;
	text-align: center;
}

	div.gallery h1 {
		text-align: left;
	}

	div.gallery p {
		text-align: left;
	}

	div.gallery .album {

	}

	div.gallery .group {
		display: inline-block;
		vertical-align: middle;
	}

		div.gallery .galleryFrame {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			background: #fff;
			border: 1px solid #bab9ba;
			margin: 6px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

			div.gallery .galleryFrame:hover {
				background-color: #eee;
			}

			div.gallery .galleryFrame .albumTitle {
				text-align: center;
				padding: 2px 0 6px;
				font-size: 14px;
				font-weight: normal;
				margin: auto;
				word-wrap: break-word;
			}

			div.gallery .galleryPhoto {
				position: relative;
				overflow: hidden;
				text-align: center;
				margin: 5px;
			}


				div.gallery .galleryPhoto.noPhoto {
					background: rgba(0,0,0,0.3);
				}

				.js div.gallery .galleryPhoto.isLoading {
					background: url("/latest/modules/gallery/assets/frontend/img/ajax-loader.gif") center center no-repeat;
				}

div.gallery .gallery-add-response-message {
    padding: 10px;
    margin-bottom: 10px;
    background: #ffeaea;
    font-size: 12px;
    font-style: italic;
}