/* Shutter */
#shDisplay div#shTitle {
    font: normal 12px/17px Merriweather; /* caption font */
    color: #ffffff; /* caption colour */
    text-align: center;
    margin: 0 auto;
}

#shDisplay div#shCount {
    color: #999999;
    font: normal 10px/12px Merriweather;
    text-align: right;
}

#shDisplay div#shTitle a {
    text-decoration: none;
    font: bold 16pt Merriweather;
    letter-spacing: -2px;
    margin: 0 10px;
    width: 26px;
    color: #999999;
}

#shDisplay div#shTitle a:hover {
    color: #ffffff;
    border: none;
}
#shName {
    color: #F1F2F2;
    display: inline-block;
    float: left;
    font-family: Merriweather;
    font-size: 11px;
    text-align: left;
}
#shCount{
    display:none;
}
#shDisplay div#shNext{
    float: right;
    position: absolute;
    right: 80px;
    top: 48%;
    width:13px;
    height: 46px;
}
#shDisplay div#shNext a {
    background: url("next-image.png") no-repeat scroll -4px -2px transparent;
    display: block;
    height: 49px;
    margin: 0;
    width: 15px;
}
#shDisplay div#shPrev a {
    background: url("prev-image.png") no-repeat scroll -3px 0 transparent;
    display: block;
    height: 52px;
    margin: 0;
    width: 21px;
}
#shDisplay div#shPrev {
    float: left;
    left: 80px;
    position: absolute;
    top: 48%;
    width:13px;
    height: 46px;
}

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: #000000;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

div#shDisplay {
    display: block;
    background-color: transparent;
    z-index: 10002;
}

div#shDisplay img#shTopImg {
    margin: 0 auto;
    background: transparent;
    display: block;
    max-width: none;
    max-height: none;
    float: none;
    padding:0 0 7px 0;
    cursor: pointer;
}

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

div#shWaitBar {
    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;
    font-family: Merriweather;
    color:#9B7D3B;
}