
#galleria-loader{height:1px!important}

.galleria-theme-simple {
    position: relative;
    overflow: hidden;

}
.galleria-theme-simple img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-simple .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:hidden;
}


.galleria-theme-simple .galleria-loader {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 2;
    display: none;
    background: url(loader.gif) no-repeat 2px 2px;
}

.galleria-theme-simple .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-theme-simple .galleria-image-nav-left,
.galleria-theme-simple .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-theme-simple .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.galleria-theme-simple.notouch .galleria-image-nav-left:hover,
.galleria-theme-simple.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-simple.touch .galleria-image-nav-left:active,
.galleria-theme-simple.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-simple .galleria-image-nav-left,
.galleria-theme-simple .galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}

