/* Shutter */
#shDisplay div#shTitle {
display:none;
}
div#shNavBar {
display: block;
color: #999; /* colour for the image numbers */
background-color: transparent !important; /* colour for the menu background */
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
text-align: center;
cursor: default;
z-index: 1011;
overflow: hidden;
}
* html div#shNavBar {
height: 1px;
}

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: 1000;
background-color: #000000;
opacity: 0.8;
filter:alpha(opacity=80);
}
div#shDisplay {
display: block;
background-color: transparent;
z-index: 1002;
text-align: center;

margin-left: -167px;

}
#shWrap {
margin: 0 auto;
width: 645px;
position: relative;
}
div#shDisplay img {
/*cursor: pointer;*/
}

div#shDisplay img#shTopImg {
margin: 0 auto;
background: transparent;
display: block;
max-width: none;
max-height: none;
float: none;
}
div#shDisplay div#shWrap {
visibility: hidden;
}
div#shWaitBar {
position: absolute;
width: 100px;
left: 50%;
margin-left: -50px;
margin-top: 120px;
}
#shWaitBar img {
border: 0;
float: none;
}
#fullSize {
display: none;
}
#shNavBar img {
border: 0;
vertical-align: text-top;
margin: 0;
padding: 0;
float: none;
}