/*
=================================== 
         SHUTTER MOBILE
=================================== 
*/

img {max-width: 100%;}

div#shShutter {
border: 0px solid #060;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
padding: 0;
margin: 0;
z-index: 1000;
opacity: 1;
transition: opacity 1s;
}

div#shDisplay {
border: 0px solid #c60;
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
z-index: 1010;
}

div#shWrap {
width: 100%;
visibility: hidden;
}



/* Navigation */

div#shNavBar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 28px;
background: #000;
color: #999;
font: normal 16px arial, sans-serif;
padding: 0px 0 9px 0;
margin: 0 auto;
text-align: center;
opacity: 0.8;
transition: opacity 1s;
z-index: 1020;
}

#shNavBar img {
border: 0;
border-radius: 0;
padding: 0;
margin: 0 8px;
cursor: pointer;
}

#shNavBar a {
color: #999;
text-decoration: none;
cursor: pointer;
}

#shNavBar a:hover {
color: #fff;
}

#shNavBar .shNum {
display: inline-block;
min-width: 80px;
text-align: center;
color: #999;
}

#shNavBar .shNum:hover {
color: #999;
}



/* big image / grosses Bild */

#shImage {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #111;
border: 0px solid #c60;
margin: 30px 0 0 0;
}

#shSlide {
transition: margin 0.6s;
}

img#shTopImg {
box-sizing: border-box;
margin: 0 auto;
border: 0px solid #c00;
display: block;
transition: opacity 1s;
z-index: 9000;
}

#shSwipe {border: 0px solid #090;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;

}



/* short description / Bildbeschreibung */

div#shTitle {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #000;
color: #666;
font-family: arial, sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 400;
text-align: center;
box-sizing: border-box;
padding: 4px 12px 12px 12px;
opacity: 0.8;
transition: opacity 1s;
margin: 0;
}



/* the rest / sonstiges */

div#shWaitBar {
position: absolute;
width: 100px;
left: 50%;
margin-left: -50px;
margin-top: 120px;
}

#shWaitBar img {
border: 0;
}

#fullSize {
display: hidden;
}