

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

.galleria-theme-dots {
    position: relative;
    font:11px/14px arial,sans-serif;
}
.galleria-theme-dots.dark.fullscreen {
    background: transparent;
}
.galleria-theme-dots img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-dots .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow:hidden;
    z-index:1;
}
.galleria-theme-dots .galleria-dots {
    position:absolute;
    width:100%;
    height:32px;
    bottom:0;
    left:0;
    padding:10px;
    z-index:100;
    text-align:center;
    background-image: url(bg.png);
}
.galleria-theme-dots .galleria-dots div {
    margin-right:5px;
    color:#DAD9D5;
    font-size:54px;
	 cursor:pointer;
    font-family: arial,sans-serif;
    display:inline;
}
.galleria-theme-dots.dark .galleria-dots div {
    color:#333;
}
.galleria-theme-dots.notouch .galleria-dots div:hover,
.galleria-theme-dots.touch .galleria-dots div:active {
    color:#d77;
}
.galleria-theme-dots .galleria-dots div.active {
    color:#fff;
}
.galleria-theme-dots.dark .galleria-dots div.active {
    color:#eee;
}
.galleria-theme-dots .galleria-counter {
    display:none;
}
.galleria-theme-dots .galleria-loader {
    width: 30px;
    height: 30px;
    background: #fff url(loader.gif) no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 3;
    display:none;
}

.galleria-theme-dots .galleria-image-nav {
    display:none;
}

.galleria-theme-dots .galleria-thumbnails .galleria-image {
    height: 50px;
    width:80px;
    background: #d77;
    margin: 2px 8px 8px 2px;
    float: left;
    cursor: pointer;
       -moz-box-shadow: 0 0 2px rgb(0,0,0);
    -webkit-box-shadow: 0 0 2px rgb(0,0,0);
            box-shadow: 0 0 2px rgb(0,0,0);
}

.galleria-theme-dots .galleria-info {display:none;}