.gal-container
{
    position: absolute;

    background-color: #222222;

    left: 184px;
    height:100%;       
    right: 0;
    margin-right: 0;
   
    
}
.gal
{
  
}

 .galleria
 {    

     height: 100%; 
     background: #111111;
     z-index: 5;
  
 }
        
.galleria-fscr{
    width:32px;
    height:32px;
    position:absolute;
    top:10px;
    right:10px;
    background:url('../images/fullscreen.png');
    z-index:4;
    cursor: pointer;
    opacity: .5;
}
.galleria-fscr:hover{
    opacity:1.0;
    transform: scale(1.1);
}

.galleria-maplayer{
    width:32px;
    height:32px;
    position:absolute;
    top:50px;
    right:10px;
    background:url('../images/nomap.png');
    z-index:4;
    cursor: pointer;
    opacity: .75;
}

.galleria-maplayer:hover{
    opacity:1;
    transform: scale(1.1);
}

.galleria-tgllayer{
    width:20px;
    height:20px;
    position:absolute;
    top:10px;
    left:10px;
    background:url('../images/info.png');
    z-index:4;
    cursor: pointer;
    opacity: .3;
}
.galleria-tgllayer:hover{
    opacity:1;
    transform: scale(1.1);
}


.galleria-layer div
{
    top:10px;
    left:10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    position:absolute;
    background: rgba(160,160,160,0.8);
 }

.galleria-layer h3
{
    margin: 0 0 8px;
    font-size:22px;
    line-height:1;
}
.galleria-layer p
{
    margin:0
}
.galleria-theme-classic .galleria-thumbnails-container{bottom:-50px}
.galleria-theme-classic .galleria-stage{bottom:10px}


