@charset "utf-8";


    body{
        background: #e3e3e3 url(/img/photo_bg3.jpg) top center;
    }

    div.main{
        margin:0 auto;
        width:1000px;
        height: 100%;
        padding-bottom: 49px;
        text-align: left;
        position: relative;
        top: 0;
        left: 0;
    }

    #photo_text{
        position: relative;
    }

    #photo_text span {
        background: transparent url(/img/photo_text.png) no-repeat scroll left center;
        __background-image:none;
        __filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/photo_text2.png',sizingMethod=image);
        width:405px;
        height:20px;
        outline-style:none;
        outline-width:medium;
        position:absolute;
        top:-75px;
        left:590px;
        text-decoration:none;
        text-indent:-9999px;
    }

    div.main div.photo{
        position: absolute;
    }

    div.main div.photo a{
        border: none;
        text-decoration: none;
        cursor: hand;
    }

    div.main div.photo a span,
    div.main div.photo a img{
        visibility:hidden;
    }

    div.month{
        position: absolute;
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:32px;
        letter-spacing:-1px;
        color: #FFF;
    }

    div.month span.photo_count{
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:60px;
        letter-spacing:-1px;
        color: #FFF;
        font-style: italic;
        margin: 0 5px 0 15px;
    }