/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

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

.galleria-container {
position: relative;
overflow: hidden;
background: #010d15;
}

.galleria-container img {
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
height: auto !important;
left: 0 !important;
top: 0 !important;
}
.galleria-stage {
position: absolute;
height: 300px;
top: 0;
bottom: 60px;
left: 0;
right: 0;
}
.galleria-thumbnails-container {
height: 83px;
bottom: 0;
position: absolute;
left: 0;
right: 0;
z-index: 2;
background: #010d15;
border-top: 1px solid #418181;
}
.galleria-carousel .galleria-thumbnails-list {
margin-left: 0;
margin-right: 30px;
background: url('/img/00/layout/faderight.png') no-repeat right top;
z-index: 5;
width: 87%;
height: 100%
}
.galleria-thumbnails .galleria-image {
height: 62px !important;
width: 93px !important;
background: #fff;
margin: 10px 10px 0 10px;
border: 1px solid #fff;
float: left;
cursor: pointer;
}
.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: 20px;
height: 20px;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
display: none;
background: url('classic-loader.gif') no-repeat 2px 2px;
}
.galleria-info {
width: 100%;
bottom: 83px;
left: 0;
z-index: 2;
position: absolute;
padding: 0;
}
.galleria-info-text {
background: url('/img/00/brownparency.png') repeat;
padding: 0;
display: none;
/* IE7 */ zoom:1;
}
.galleria-info-title {
display: none !important;
}

.galleria-read-more{
    display: none;
}

.galleria-info-description {
font-size: 1.350em !important;
background: url('/img/00/layout/slideback.png') repeat top center;
height: 53px;
margin: 0;
color: #FFF5E0;
line-height: 1.25em;
font-weight: normal;
padding: 10px;
}
.galleria-info-close {
width: 40px;
height: 40px;
position: absolute;
top: 0px;
background-position: -660px 3px !important;
opacity: .7;
filter: alpha(opacity=70);
cursor: pointer;
display: none;
z-index: 100;
border: 1px solid transparent;
background: #044a34;
border-radius: 7px;
margin-top: 7px;
}
.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 {
display: none;
}
.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: relative;
top: 82%;
margin-top: 0;
width: 26%;
height: 62px;
right: 0;
z-index: 1;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
cursor: pointer;
width: 62px;
height: 124px;
position: absolute;
left: 10px;
z-index: 2;
background-position: 0 46px;
display: none;
}
.galleria-image-nav-right {
left: auto;
right: 10px;
background-position: -254px 46px;
z-index: 2;
}
.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,
.galleria-thumb-nav-right {
cursor: pointer;
display: none;
background-position: -495px 5px;
position: absolute;
right: 4px;
top: 25px;
height: 40px;
width: 23px;
z-index: 3;
opacity: .8;
filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
background-position: -575px 5px;
border-right: none;
right: 2px;
top: 0;
left: auto;
}
.galleria-thumbnails-container .disabled {
opacity: .2;
filter: alpha(opacity=20);
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;
filter: alpha(opacity=20);
background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
background-image: url('/img/00/layout/classic-map0.png');
background-repeat: no-repeat;
}
