﻿.image-space
{
    position: relative;
}

.image-space .image-credit
{
    position: absolute;
    bottom: 0;
	padding-left: 5px;
    width: 100%;
    background-color: Black;
    opacity: .4;
    color: #cccbcb !important;
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: .5em;
}

blockquote .image-space .image-credit 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none !important;
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: .5em;
	color: #666 !important;
}

.image img + .image-credit
{
    bottom: 0 !important;
}

img + .image-credit
{
    bottom: .9em !important;
}
