
/* Helper::display(fading), Helper::display(random_image) */

.single_image,
.single_gallery {
    position: relative;
    border-style: solid;
    border-color: #3e3e3e;
}
.single_image .caption,
.single_gallery .caption {
	position: absolute; /*Note: Without position, opacity doesn't work in IE */
    left: 0;
    bottom: 0;
}