.zoomer-wrapper {
	position: relative;
}

img.zoomer { 
	display: block;
	margin-bottom: 15px;
	border: none;
}

.zoomer-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    line-height: 1.3em;
    margin: 0;
    padding: 0.5em 1em;
    position: absolute;
    left: 0;
    text-shadow: none;
    bottom: 0;
}