.blueimp-gallery > .slides > .slide {
    cursor: pointer;
}
.spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url("../spinner.html");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .8;
}


.gallery .thumb {
	margin: 20px auto;
}

.gallery .error-wrapper {
	margin: 20px 0;
}

.gallery .error-wrapper .error {
	font-style: italic;
}

footer .footer-content {
	text-align: right;
	font-size: 0.7em;
}

footer .footer-content p {
	margin-bottom: 3px;
}

footer .flickr-notice {
	font-style: italic;
	font-size: 0.9em;
}