/*
 * Galleria Miniml Theme
 * Copyright (c) 2011, Aino
 */
.galleriaContainer,.galleriaContainer .galleria-container { width: 600px; height: 450px;}

.galleria-container {
    position: relative;
    font:11px/14px arial,sans-serif;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0;
    /*bottom: 20px;*/
    left: 0px;
    right: 0px;
    overflow:hidden;
    bottom: 0px;
}
.galleria-dots {
    position:absolute;
    height:15px;
    /*
    bottom:0;
    left:0;
    */
    bottom:10px;
    left:9px;
    z-index: 10;
}

.galleria-dots div {
    width:15px;
    height:15px;
    margin-right:5px;
    background:#222;
    float:left;
    cursor:pointer;
    opacity:.5!important;
    filter: alpha(opacity=50)!important;
}
.galleria-dots div:hover {
    background-color:#ddd;
}
.galleria-dots div.active {
    background-color:#ddd;
}

.galleria-fs,
.galleria-thumbs,
.galleria-more {
    width:10px;
    height:10px;
    cursor:pointer;
    background:#222 url(/images/libs/galleria/themes/miniml/fs.png?v=1) no-repeat;
    position:absolute;
    bottom:0;
    right:0;
}

.galleria-fs,
.galleria-thumbs{ display: none;}
.galleria-thumbs{
    background-image:url(/images/libs/galleria/themes/miniml/thumb.png?v=1);
    right:15px;
}
.galleria-more{
    background-image:url(/images/libs/galleria/themes/miniml/info.png?v=1);
    right:30px;
}
.galleria-fs:hover,
.galleria-thumbs:hover,
.galleria-more:hover,
.galleria-thumbs.active,
.galleria-more.active {
    background-color:#d77;
}
.fullscreen .galleria-stage{
    bottom:30px;
}
.fullscreen .galleria-dots {
    left:10px;
    bottom:10px;
}
.fullscreen .galleria-fs {
    right:10px;
    bottom:10px;
    background-image:url(/images/libs/galleria/themes/miniml/exit.png?v=1);
}
.fullscreen .galleria-thumbs {
    right:25px;
    bottom:10px;
}
.fullscreen .galleria-more {
    right:40px;
    bottom:10px;
}
.fullscreen .galleria-info {
    bottom:10px;
    margin-left:5px;
}
.fullscreen .galleria-thumbnails-container{
    bottom:30px;
}
.galleria-counter {
    display:none;
}
.galleria-loader {
    width: 30px;
    height: 30px;
    background: #fff url(/images/libs/galleria/themes/miniml/loader.gif?v=1) no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 3;
    display:none;
}
.galleria-info {
    position: absolute;
    /*bottom:0px;*/
    height:10px;
    padding: 4px 10px;
    line-height:10px;
    top: 0px; 
    z-index: 2;
    width: 100%;
    left: 0px;
    text-align: left;
    background: url(/images/libs/galleria/themes/miniml/info_bg.png?v=1) repeat left top;
    display: none;
}
.galleria-info-title {
    display:inline;
    color:#ffffff;
}
.galleria-info-description {
    display:none!important;
}
.galleria-desc {
    position:absolute;
    width:30%;
    top:50%;
    left:50%;
    margin-left:-15%;
    background:#fff;
    border:5px solid #fff;
    padding:5px;
    z-index:2;
    font:11px/14px arial,sans-serif;
    display:none;
    color:#777;
    cursor:pointer;
}
.galleria-desc.hover{
    background:#fff url(/images/libs/galleria/themes/miniml/bye.png?v=1) no-repeat 100% 0;
}
.galleria-desc strong{
    color:#222;
    font-weight:normal;
    margin-bottom:5px;
    display:block;
}
.galleria-desc p{
    margin-bottom:0;
}
.galleria-image-nav {
    display:none;
}
.galleria-thumbnails-container {
    position:absolute;
    top:0;
    bottom:20px;
    left:0;
    right:0;
    background:url(/images/libs/galleria/themes/miniml/bg.png?v=1);
    z-index:2;
    overflow:hidden;
    visibility: hidden;
}
.galleria-thumbnails {
    margin:10px;
}
.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-thumbnails .galleria-image img:hover {
    opacity:.1!important;
    filter: alpha(opacity=10)!important;
}
