.story_photoreport{
    clear: both;
}

.story_photoreport .photoviewer{}

.story_photoreport .photoviewer .image{
    text-align: center;
    position:relative;
}

.story_photoreport .photoviewer .image a{
    display: block;
}

.story_photoreport .photoviewer .image img{
    _zoom :1;
}

.story_photoreport .photoviewer .image a span.telop{
    display: none;
    position:absolute;
    bottom: 0px;
    left: 0;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
    background: transparent;
    color: #000;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    _top: 0;
    _width: 468px;
    _margin: 0 auto;
}

.story_photoreport .photoviewer .image a:hover{
    border: 0px solid #fff;
}

.story_photoreport .photoviewer .image a:hover span.telop{
    display: block;
    background: #fff;
    text-decoration: none;
}

.story_photoreport .photopaging{
    text-align: center;
    margin: 5px 0 0 0;
}

    .story_photoreport .photopaging .slideshow_setinterval{
        width: 4.4em;
        font-size: 12px;
        line-height: 1.3em;
    }

    .story_photoreport .photopaging a.button{
        display: inline-block;
        background: url(/media/c/2006/img/photoreport2009/mediaplayer_button_bg_fff.gif) no-repeat; 
        padding-left: 25px;
        line-height: 30px;
        font-size: 12px;
        font-weight: normal;
        margin: 0 5px;
        color:#333;
        float: none;
    }

    .story_photoreport .photopaging a.button.prev{ background-position: 0 5px; }

    .story_photoreport .photopaging a.button.next{ background-position: 0 -25px; }

    .story_photoreport .photopaging a.button.play{ background-position: 0 -55px; margin-right:0;}

    .story_photoreport .photopaging a.button.stop{ background-position: 0 -85px;}

    .story_photoreport .photopaging a.button.pause{ background-position: 0 -115px;}

    .story_photoreport .photopaging a.button.loader{ background: url(/media/c/2006/img/photoreport2009/loader20x20.gif) no-repeat 0 5px;}

.story_photoreport .phototext{}

    .story_photoreport .phototext .credit{
        color: #666;
        font-size: 85%;
        text-align: center;
    }

    .story_photoreport .phototext .preface{
        color: #000;
        line-height: 1.65em;
        margin: 10px 0;
    }

    .story_photoreport .phototext .nextphoto{
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.story_photoreport .photoheader{
    border-top: 1px dotted #ccc;
    padding: 2px 20px;
    font-size: 12px;
    line-height: 1.3em;
    color: #333;
    margin-top: 15px;
}



.story_photoreport .photopanel{
    font-size: 12px !important;
}

    .story_photoreport .photopanel .photolist{
        padding: 0 0 10px 0;
        clear:both;
        position: relative;
        _zoom:1;
    }

    .story_photoreport .photopanel .photolist_inner{
        position: relative;
        _width: 100%;
        _margin: 0 -20px;
        _float: left;
        overflow:hidden;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
    }
    
    .story_photoreport .photopanel .photolist_inner h3{
      margin: 0!important;
    }

    .story_photoreport .photopanel .photolist ul{
        overflow: hidden;
        margin: 0;
        height: 100px;
    }

    .story_photoreport .photopanel .photolist ul li{
        float: left;
        list-style: none;
        padding: 0;
        width: 90px;
        height: 100px;
        margin: 0 13px;
        line-height: 1.2em;
        overflow: hidden;
        height: 100px;
    }

    .story_photoreport .photopanel .photolist ul li a{
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        line-height: 14px !important;
    }

    .story_photoreport .photopanel .photolist ul li a:hover{
        text-decoration: underline;
    }

    .story_photoreport .photopanel .photolist ul li div{
        height: 2.2em;
        overflow: hidden;
    }

    .story_photoreport .photopanel .photolist ul li.current div{
        font-weight: bold;
    }

    .story_photoreport .photopanel .photolist ul li img{
        padding: 4px;
        border: 1px solid #ccc;
    }

    .story_photoreport .photopanel .photolist ul li a:hover img{
        border: 1px solid #c00;
    }

    .story_photoreport .photopanel .photolist ul li.current img{
        border: 1px solid #ccc;
        background: #f90;
    }

    .story_photoreport .photopanel .photolist ul li .thumb_img_out{
        padding: 4px;
        border: 1px solid #ccc;
    }

    .story_photoreport .photopanel .photolist ul li a:hover .thumb_img_out{
        border: 1px solid #c00;
    }

    .story_photoreport .photopanel .photolist ul li.current .thumb_img_out{
        border: 1px solid #ccc;
        background: #f90;
    }

    .story_photoreport .style_carousel_navi{
        background: #fff url(/media/c/2006/img/photoreport2009/carousel_pagination.gif) no-repeat;
        height: 100px;
        width: 20px;
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        position: relative;
        z-index: 50;
    }

    .story_photoreport .style_carousel_navi:hover{
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        opacity: 0.8;
    }

    .story_photoreport .style_carousel_navi:active{
        filter: alpha(opacity=60);
        -moz-opacity:0.6;
        opacity: 0.6;
    }

    .story_photoreport .style_carousel_navi.next{
        background-position: -20px 0;
        float: right;
    }

    .story_photoreport .style_carousel_navi.prev{
        float: left;
    }

.slideshow_menubottom{
_display: none; /* for ie6 */
position:fixed;
bottom: 0px;
left:0px;
width:100%;
background: #fff;
z-index: 5000;
padding: 5px;
border-top: 1px solid #666;
font-size: 12px;

}

.slideshow_menubottom .slideshow_menubottom_left{
    float:left;
    width: 90%;
    overflow: hidden;
    text-align: left;

}

.slideshow_menubottom .slideshow_menubottom_right{
    float:right;
    padding-right: 20px;

}

.slideshow_menubottom a{
    font-weight: normal;
}

.slideshow_menubottom a.page, span.page{}

.slideshow_menubottom span.page{ font-weight: bold; }

.slideshow_menubottom a.button{
    display: inline-block;
    background: url(/media/c/2006/img/photoreport2009/mediaplayer_button_bg_fff.gif) no-repeat; 
    padding-left: 25px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
    color:#333;

}

.slideshow_menubottom a.button.prev{ background-position: 0 0px;}

.slideshow_menubottom a.button.next{ background-position: 0 -30px;}

.slideshow_menubottom a.button.play{ background-position: 0 -60px;}

.slideshow_menubottom a.button.stop{ background-position: 0 -90px;}

.slideshow_menubottom a.button.pause{ background-position: 0 -120px;}

.slideshow_menubottom a.button.loader{ background: url(/media/c/2006/img/photoreport2009/loader20x20.gif) no-repeat 0 0;}

.slideshow_menubottom #photoProgress{
    width: 25px;
    height: 18px;
    float: left;
}

.slideshow_menubottom #photoProgressBarWrap{
    overflow: hidden;
    width: 25px;
    height: 18px;
    display: block;
    border: 1px solid #ccc;
    text-align: left;
}

.slideshow_menubottom #photoProgressBar{
    height: 18px;
    background: #ccc;
    display: block;
}



.slideshow_menubottom #photoProgress span.loader{
    display: block;
    height: 20px;
    width: 25px;
    background: url(/media/c/2006/img/photoreport2009/loader20x20.gif) no-repeat 5px 0;
}
