 .photo
    {
        position: relative;
        font-family: arial;
        overflow: hidden;
        border: 2px solid #2c2c2c;
        width: 250px;
        height: 150px;
    }
    .photo .heading, .photo .caption
    {
        position: absolute;
        background: #2c2c2c;
        height: 30px;
        width: 250px;
        filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
    }
    .photo .heading
    {
        top: -50px;
    }
    .photo .caption
    {
        bottom: -50px;
        left: 0px;
    }
    .photo .heading span
    {
        color: #cc0c21;
        top: -50px;
        font-weight: bold;
        display: block;
        padding: 5px 0 0 10px;
    }
    .photo .caption span
    {
        color: #fff;
        font-size: 9px;
        display: block;
        padding: 5px 10px 0 10px;
    }









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
