/**
 * Galleria Fullscreen Theme 2011-06-07
 * Copyright (c) 2011, Aino
 */

.galleria-container.fullscreen {
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.galleria-container.fullscreen img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
div.fullscreen .galleria-stage {
    width: 545px;
    height: 100%;
    position: absolute;
}
div.fullscreen .galleria-thumbnails-container {
    z-index: 2;
    width: 125px;
    position:absolute;
    right:0;
    top:0;
    bottom:auto;
    left:auto;
    height:auto;
}
div.fullscreen .galleria-thumbnails-tab {
    display:none;
}
div.fullscreen .galleria-thumbnails {
    margin:0 auto;
}
div.fullscreen .galleria-thumbnails-list {
    padding: 5px 10px 5px 10px;
    overflow: hidden;
}
div.fullscreen .galleria-thumbnails .galleria-image {
    width: 110px;
    height:75px;
    cursor: pointer;
    float:none;
    display:block;
    margin:2px;
    padding:2px;
}

div.fullscreen .galleria-thumbnails .active { cursor: default; background-position:1px -36px;}
div.fullscreen .galleria-carousel .galleria-thumbnails-list {
   padding:0;
   margin:0;
   width:auto;
   
}
div.fullscreen .galleria-image-nav {
    width: 545px;
    left:50%;
    margin-left:-272px;
    height: 100%;
    position: absolute;
    top: 0;
}
div.fullscreen .galleria-image-nav-right,
div.fullscreen .galleria-image-nav-left {
    width: 91px;
    right: 0;
    bottom: 25px;
    height: 171px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    display: none;
}
div.fullscreen .galleria-image-nav-left {
    left: auto;
    right: 0;
    top:25px;
    bottom:auto;
    background-position:top right;
}
div.fullscreen .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;
}
div.fullscreen .galleria-info {
    z-index: 4;
    font-size:14px;
    text-shadow: rgba(0,0,0,.2) 1px 1px 1px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 372px;
    left:50%;
    margin-left:-186px;
    display: none;
    text-align: center;
    padding: 8px 8px 0 8px;
    background: rgba(0,0,0,.5);
}
.galleria-info-holder {
  border:solid 1px #fff;
  border-bottom:none;
}
.galleria-info-text {
    margin: 3px auto 0 auto;
    border-top:solid 1px #fff;
    padding:12px;
}
.galleria-info-description {
  font-style:italic; 
}
.galleria-info-title { font-weight: bold }
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background: url(sm-arrow-left.png) no-repeat 50% 50%;
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: 25px;
    width: 20px;
    z-index: 3;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-image: url(sm-arrow-right.png);
    left: auto;
    right: 5px;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right { display: block }
.galleria-carousel .galleria-thumb-nav-left:hover,
.galleria-carousel .galleria-thumb-nav-right:hover { background-color: #222 }
.galleria-thumb-nav-left.disabled,
.galleria-thumb-nav-right.disabled,
.galleria-thumb-nav-left.disabled:hover,
.galleria-thumb-nav-right.disabled:hover {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    cursor: default;
}

