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

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

/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container
{
    
    position: relative;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: #fff;
}
.galleria-container img
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    text-align: left;
    
}
.galleria-stage
{

    position: absolute;
    top: 44px;
    bottom: 10px;
    left: 0px;
    right: 10px;    
    margin-bottom: 10px;
     overflow: hidden;
}
.galleria-thumbnails-container
{
    height: 50px;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 0px;
    margin-right: 0px;
}

.galleria-thumbnails .galleria-image
{
    height: 40px;
    width: 60px;
    background: #CCCCCC;
    margin: 0 5px 0 0;
    border: none;
    float: left;
    cursor: pointer;
}
.galleria-counter
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #777;
    z-index: 2;
    display: none;
    visibility: hidden;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info
{
    width: 100%;
    z-index: 2;
    position: absolute;
    width: 90%;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    color: #777777;
    font-weight: bold;
}

.galleria-info-title {
    font: bold;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    font: italic;
    margin: 0;
    color: #bbb;
    display: none;
}

.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.galleria-image-nav-left:hover, .galleria-image-nav-right:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    color: #900;
    background-image: url(classic-map1.png);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
        cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.galleria-thumbnails-container .disabled:hover {
    opacity: 0.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(classic-mapGR.png);
    background-repeat: no-repeat;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
    background-image: url(classic-mapGRHover.png);
    background-repeat: no-repeat;
}











