/*
 * Galleria Classic Theme 2011-06-07
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 


.galleria-image, .galleria-images{background-color:#F1F1F1;}

.galleria-errors{display:none;}
		
		
.galleria-container {
    position: relative;
    /*overflow: hidden;*/
    background: #F1F1F1;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow:hidden;
}
.galeria-image{
	background:#F1F1F1;
}
.galleria-thumbnails-container {
    height: 70px;
    bottom: -78px;
    position: absolute;
    width:590px;
    z-index: 20;
}
.galleria-thumbnails-container.full {
    right: 0px;
    top: 0px;
}

.galleria-carousel .galleria-thumbnails-list {
    margin-top:5px;
	margin-left: 32px;
    margin-right: 32px;
}

.galleria-thumbnails-list.full {
    display: none;
} 

.galleria-thumbnails .galleria-image 
{
    width: 80px!important;
    height: 60px;
    background: #000;
    margin: 2px 2px 2px 2px;
    border: 2px solid #333333;
    overflow:hidden;
    float: left;
    cursor: pointer;
}
.galleria-thumbnails .galleria-image.active
{
    /*margin: 0 5px 0 0;*/
    margin:0;
    border: 4px solid #CD1232;
    z-index:1000;
/*
background:url('/images/seta_galeria_active.png') no-repeat;
background-position:50px -5px;
box-shadow:  0 0 5px #285483 inset;
-moz-box-shadow: 0 0 5px #285483 inset;*/

}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(/images/progress.png) no-repeat 2px 2px;
}
.galleria-info {
    width: 100%;
    z-index: 99;
    position: absolute;
    bottom:0;
    height:1px;

      max-width:1030px;
    left:50%;
      -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
	width:50%;
	opacity:.7;

    filter: alpha(opacity=70);
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top:8px;
    left: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    bottom: 31px;
    width: 100%;
    height: 52px;
    padding-right: 120px;
    max-width:1030px;
    left:50%;
     -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
    text-align:right;
    z-index:9;
    
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    width: 52px;
    height: 52px;
    float:right;
    margin:0 5px;
    left: 10px;
    z-index: 2;
    background-position: 0 0;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -272px 0;
    z-index: 2;
}

.fullscreen .galleria-image-nav {
    bottom:auto;
    top:50%;
    margin-top:-50px;
    max-width:none;
    padding-left:120px;
    box-sizing:border-box;
}
.fullscreen .galleria-image-nav-left {
    float:left;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left {
    cursor: pointer;
    display: none;
    background:url(/images/slider_prev.png) no-repeat;
    position: absolute;
    left: 5px;
    top: 22px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background:url(/images/slider_next.png) no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 22px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    border-right: none;
}
.galleria-thumbnails-container .disabled {
    opacity: .2 !important;
    filter: alpha(opacity=80);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2 !important;
    filter: alpha(opacity=80);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}





.galleria-fullscreen, .galleria-popout {
    background-image: url(classic-map.png);
    background-position: -905px -4px;
    right: 0px;
   bottom:30px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 40;
    background-color: transparent;
}

.fullscreen .galleria-fullscreen, .galleria-popout {
    width:50px;
}


.galleria-fullscreen.open{
top:26px;
right:15px;
background-position: -965px -9px;
}

.notouch .galleria-fullscreen:hover,
.notouch .galleria-fullscreen:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-popout {
   /* background-image: url("popout.png");
    background-position: 50% 50%;
    right: 30px;*/
}
.galleria-play {
    background-image: url(classic-map.png);
    background-position: 201px 25px;
    right: 5px;
	top:30px;
	opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
	display:none;
}
.galleria-play.playing {
    background-position: 182px 25px;
}

.galleria-container.notouch .galleria-thumblink:hover, .galleria-container.touch .galleria-thumblink:active, .galleria-thumblink.open, .galleria-container.notouch .galleria-fullscreen:hover, .galleria-container.touch .galleria-fullscreen:active, .galleria-container.notouch .galleria-play:hover, .galleria-container.touch .galleria-play:active, .galleria-container.notouch .galleria-popout:hover, .galleria-container.touch .galleria-popout:active {
   /* background-color: #000000;*/
}

.galleria-download{
width:200px;
position:absolute;
bottom:5px;
right:5px;
}

.full .galleria-thumb-nav-left {
    cursor: pointer;
    background:url(/images/slider_prev.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 38px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
}
.full .galleria-thumb-nav-right {
    cursor: pointer;
    background: url(/images/slider_next.png) no-repeat;
    position: absolute;
    right: 73px;
    left: auto;
    top: 38px;
    height: 29px;
    width: 23px;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    border-right: none;
}

.full .galleria-thumbnails-list {
    margin-left:30px;
    margin-right:32px;
}

.full .galleria-thumbnails .galleria-image.active {
    border: 4px solid #285483;
}