/* Galleria Folio Theme 2013-11-04 | http://galleria_fp.io/license/ | (c) Aino */

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

.galleria_fp-container {
    position:relative;
    font-family:arial,sans-serif;
    min-height: 18px;
}
.galleria_fp-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria_fp-stage {
    background:#000;
    top:0; bottom:0; left:0; right:0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
}

.galleria_fp-thumbnails .galleria_fp-image {
    width: 190px;
    height: 120px;
    margin: 0 10px 10px 0;
    position:absolute!important;
    top:0;
    left:0;
    cursor: pointer; /* opera */
    cursor: url(cursor-zoom.png), -moz-zoom-in; /* chrome, FF */
    cursor: pointer\9; /* IE */
    background:#eee url(miniloader.gif) no-repeat 50% 50%;
}

.galleria_fp-container.dark .galleria_fp-thumbnails .galleria_fp-image {
    background:#222 url(miniloader-neg.gif) no-repeat 50% 50%;
}

.galleria_fp-loader {
    width:64px;
    height:64px;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-16px;
    margin-top:-16px;
    background:#000 url(loader.gif) no-repeat 50% 50%;
    z-index:3;
    opacity:.5;
    filter: alpha(opacity=50);
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.galleria_fp-info {
    display:none;
    background:#000;
    color:#fff;
    padding:8px 0;
    z-index:3;
    position:absolute;
    bottom:10px;
    background:rgba(0,0,0,0.7);
    font-size:12px;
    line-height:16px;
    max-width:50%;
    -webkit-transition: all 100ms;
}

.galleria_fp-info-text {
    padding: 0 12px;
}

.galleria_fp-info-description {
    color:#bbb;
}

:root *> .galleria_fp-info-description {
    color:rgba(255,255,255,0.6);
}

.galleria_fp-plus {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:url(bg.png);
    color:#fff;
    line-height:1.2;
    font-size:11px;
    display:none;
}
.galleria_fp-plus span {
    position:absolute;
    bottom:5px;
    left:5px;
    background:#000;
    background:rgba(0,0,0,.5);
    padding: 1px 5px;
    max-width:160px;
}

.galleria_fp-close{
    width:50px;
    height:50px;
    position:absolute;
    top:0;
    right:0;
    background:url(close.png) no-repeat 0 0;
    z-index:100;
    cursor:pointer;
}

.galleria_fp-close:hover{
    background-position:0 -50px;
}

.galleria_fp-image-nav {
    width:100%;
    height:auto;
    position:absolute;
    top:80px;
    bottom:80px;
    left:0;
}
.galleria_fp-container.touch .galleria_fp-image-nav {
    display: none;
}
.galleria_fp-image-nav-left,
.galleria_fp-image-nav-right {
    width:100px;
    height:100%;
    background:url(left.png) no-repeat 0 50%;
    position:absolute;
    left:0;
    z-index:3;
    cursor:pointer;
}
.galleria_fp-image-nav-right {
    left:auto;
    right:0;
    background:url(right.png) no-repeat 100% 50%;
}

.galleria_fp-image-nav-left:hover{background-image:url(left-hover.png);}
.galleria_fp-image-nav-right:hover{background-image:url(right-hover.png);}

.galleria_fp-image-nav-left.cur{cursor:url(left-cursor.png),pointer;background:none!important}
.galleria_fp-image-nav-right.cur{cursor:url(right-cursor.png),pointer;background:none!important}

.galleria_fp-container.videoplay .galleria_fp-info { display:none!important; }

.galleria_fp-container.iframe .galleria_fp-image-nav-left,
.galleria_fp-container.iframe .galleria_fp-image-nav-left.cur{cursor:pointer;background:url(left.png) no-repeat 0 50%!important;width:100px;}
.galleria_fp-container.iframe .galleria_fp-image-nav-right,
.galleria_fp-container.iframe .galleria_fp-image-nav-right.cur{cursor:pointer;background:url(right.png) no-repeat 100% 50%!important;width:100px}

.galleria_fp-container.iframe .galleria_fp-image-nav-left:hover,
.galleria_fp-container.iframe .galleria_fp-image-nav-left.cur:hover{background-image:url(left-hover.png)!important;}
.galleria_fp-container.iframe .galleria_fp-image-nav-right:hover,
.galleria_fp-container.iframe .galleria_fp-image-nav-right.cur:hover{background-image:url(right-hover.png)!important;}

.galleria_fp-preloader{height:4px;width:180px;background:#eee;background:rgba(255,255,255,.1);position:absolute;top:0;}
.galleria_fp-loaded{height:4px;width:0%;background:#444;background:rgba(0,0,0,.8);}