/* Shutter */
#shDisplay div#shTitle {
    font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
    color: #ffffff; /* caption colour */
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50000;
}

#shDisplay div#shCount {
    color: #fff;
    font: bold 12px/14px Arial, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#shDisplay div#shTitle a {
    text-decoration: none;
    height: 100%
}

#shDisplay div#shTitle a:hover {

    border: none;
}

#shDisplay div#shNext {
    float: right;

}

#shDisplay div#shPrev {
    float: left;

}

body {
    height: 100%;
}

#shShutter *, #shDisplay * {
    padding: 0;
    margin: 0;
}

div#shShutter, div#shDisplay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

div#shShutter {
    height: 100%;
    z-index: 10000;
    background-color: #fff;

}

div#shDisplay {
    display: block;
    background-color: #FFF;
    z-index: 10002;
    width: 100%;
    height: 100%;
}

div#shDisplay img#shTopImg {
    margin: 0 auto;

    background: transparent;
    display: block;
    max-width: none;
    max-height: none;
    float: none;
    position: absolute;
    cursor: pointer;
}

div#shDisplay div#shWrap {
    /*visibility: hidden;*/
}

div#shWaitBar {
    font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    height: 36px;
    width: 100%;
    left: 0;
    cursor: default;
    opacity: 0.999;
    filter: alpha(opacity=100);
    z-index: 10001;
    margin-top: 160px;
    color: #ae0a0a;
    text-align: center;
}