/* Shutter */
#shDisplay div#shTitle {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #ffffff; /* caption colour */
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
}

#shDisplay div#shCount {
    color: #838b94;
    line-height: 50px;
}

#shDisplay div#shTitle a {
    margin: 0 20px;
    line-height: 50px;
    text-decoration: none !important;
}

#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: #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;
    cursor: pointer;
    margin-top: 2%;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

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;
}

#prevpic{
    padding:13px;
    background: url(../images/prev_gr.png) center center no-repeat;
}
#nextpic{
    padding:13px;
    background: url(../images/next_gr.png) center center no-repeat;
}
#prevpic:hover{
    -webkit-transition: width 300ms ease, background 300ms ease;
    transition: width 300ms ease, background 300ms ease;
    background: url(../images/prev_grh.png) center center no-repeat;
}
#nextpic:hover{
    -webkit-transition: width 300ms ease, background 300ms ease;
    transition: width 300ms ease, background 300ms ease;
    background: url(../images/next_grh.png) center center no-repeat;
}