#zoomscroll-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    width: 100%;
    background-color: #777;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;

}

#zoomscroll-image-close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 11002;
    cursor: pointer;
    background: url('close.png') no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}




#zoomscroll-image-download {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 11002;
    cursor: pointer;
    background: url('download.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}

#zoomscroll-image-minus {
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 11002;
    cursor: pointer;
    background: url('minus.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}
#zoomscroll-image-plus {
    position: fixed;
    bottom: 10px;
    right: 90px;
    z-index: 11002;
    cursor: pointer;
    background: url('plus.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}
#zoomscroll-image-reset {
    position: fixed;
    bottom: 10px;
    right: 130px;
    z-index: 11002;
    cursor: pointer;
    background: url('reset.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}



#zoomscroll-image-next {
    position: fixed;
    bottom: 10px;
    right: 170px;
    z-index: 11002;
    cursor: pointer;
    background: url('next.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}

#zoomscroll-image-prew {
    position: fixed;
    bottom: 10px;
    right: 210px;
    z-index: 11002;
    cursor: pointer;
    background: url('prew.png')  no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px
}

#zoomscroll-image-text{
    position: fixed;
    bottom: 50px;
    right: 25px;
    padding: 1px;
    z-index: 11002;
    width: 205px;
    height: 24px;
    text-align: center;
    border-radius:10px;
    background: rgb(207,216,243);
    background: -moz-linear-gradient(top, rgb(207,216,243), rgb(49,84,186));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(207,216,243)), to(rgb(49,84,186)));
    background: -webkit-linear-gradient(top, rgb(207,216,243), rgb(49,84,186));
    background: -o-linear-gradient(top, rgb(207,216,243), rgb(49,84,186));
    background: -ms-linear-gradient(top, rgb(207,216,243), rgb(49,84,186));
    color: white;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-family: tahoma;
}

#zoomscroll-image-view {
    position: absolute;
    z-index: 11001;
    opacity: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: move;
}

#zoomscroll-image-preload {
    position: absolute;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #fff url('spin.gif') no-repeat 5px 5px;
    width: 32px;
    height: 32px
}

