/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
*/

#galleria {
    width: 920px;
    height: 680px;
}

#galleria span {
    color: #fff;
}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #000;
    width: 920px;
    height: 680px;
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    width: 920px;
    height: 580px;
}

.galleria-thumbnails-container {
    height: 80px;
    bottom: 5px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}

.galleria-thumbnails .galleria-image {
    float: left;
    height: 76px;
    width: 136px;
    margin: 0 5px 0 0;
    border: none;
    cursor: pointer;
}

.galleria-loader {
    display: none;
}

.galleria-info {
    position: absolute;
    width: 920px;
    top: 10px;
    left: 0px;
    z-index: 2;
}

.galleria-info-text {
    top: 600px;
    display: none;
    text-align: center; /* IE7 */
    zoom:1;
}

.galleria-info-title, .galleria-info-description, .galleria-counter, .galleria-loader {
    height: 30px;
    color: #ffffff;
    text-shadow: none;
}

.galleria-info-title {
    position: absolute;
    width: 800px;
    top: -3px;
    left: 35px;
    font-size: 16px;
}

.galleria-info-description {
    position: absolute;
    width: 840px;
    top: 545px;
    left: 40px;
    text-align: center;
    font-size: 14px;
}

.galleria-counter {
    position: absolute;
    width: 50px;
    top: 8px;
    left: 735px;
    text-align: right;
    z-index: 12;
}

.galleria-counter span {
    color: #fff;
    font-size: 14px;
}

.galleria-info-title+.galleria-info-description {
    margin-top: 7px;
}

.galleria-info-close {
    display: none;
}

.galleria-info-close:hover {
    display: none;
}

.galleria-info-link {
    display: none;
}

.galleria-info-link:hover {
    display: none;
}

.galleria-images {
    width: 920px;
    height: 580px;
    overflow: hidden;
}

.galleria-image {
    width: 920px;
    height: 580px;
    overflow: hidden;
}

.galleria-image-nav {
    position: absolute;
    width: 100%;
    height: 62px;
    top: 50%;
    left: 0;
    margin-top: -62px;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    z-index: 2;
}

.galleria-image-nav-right {
    left: auto;
    right: 0px;
    z-index: 2;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 23px;
    cursor: pointer;
    display: none;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-thumb-nav-right {
    right: 0;
    left: auto;
}

.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.galleria-thumb-nav-left:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: url('../images/p_mo.gif') 50% 50% no-repeat;
}

.galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: url('../images/n_mo.gif') 50% 50% no-repeat;
}

.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 {
    background: url('../images/p.gif') 50% 50% no-repeat;
}

.galleria-thumb-nav-right {
    background: url('../images/n.gif') 50% 50% no-repeat;
}

.galleria-image-nav-left {
    background: url('../images/l.gif') top left no-repeat;
}

.galleria-image-nav-right {
    background: url('../images/r.gif') top left no-repeat;
}