/* 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;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 80px;
    left: 0px;
    right: 0px;
    overflow:hidden;
	padding: 0 0 20px;
}

.galleria-thumbnails-container {
    height: 70px;
    bottom: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 70px;
    width: 40px;
    background: #000;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
}
.galleria-thumbnails .galleria-image { width: 70px !important; height: 70px !important; }
.galleria-thumbnails .galleria-image:hover { border: 5px solid #ba4558; width: 60px !important; height: 60px !important; }
.galleria-counter {
    position: absolute;
    bottom: 0px;
    right: 15px;
    text-align: right;
    color: #505050;
    font-size: 11px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", 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(../images/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 593px;;
      
    left: 21px;
    z-index: 2;
    position: absolute;
background: url("../images/bg_photo_name.png") repeat scroll 0 0 transparent;
    bottom: 100px;;
    color: #FFFFFF;
    font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
    font-size: 11px;
}

.galleria-info-text {
    
    padding: 12px;
    display: inline;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: normal 11px/1.1 arial,sans-serif;
    margin-left: 10px;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
display: none;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 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;
}
.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;
    top: 147px;
    width: 100%;
    height: 40px;
    left: 0px;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    z-index: 2;
   
}

.galleria-image-nav-left { background: url("../images/prev_blue.png") no-repeat; }
.galleria-image-nav-right { background: url("../images/next_blue.png") no-repeat; right: 0; }
.galleria-image-nav-right {
    left: auto;
    right: 0px;
    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;
    position: absolute;
    left: 0;
    top: 20px;
    height: 36px;
    width: 36px;
    z-index: 3;
	background: url("../images/prev.png") no-repeat;
}
.galleria-thumb-nav-right {
    background: url("../images/next.png") no-repeat;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    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 {
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-info-link,
.galleria-info-close {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}
