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

