@charset 'utf-8';

/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container {
    position: relative;
    z-index: 10;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 30px;
    bottom: 90px;
    left: 10px;
    right: 10px;
/*    overflow:hidden; */
}
.galleria-thumbnails-container {
    height: 70px;
    bottom: 55px;
    position: absolute;
    left: 10px;
    z-index: 2;
    margin: 0 34px;
    width: 526px;
}

.galleria-thumbnails .galleria-image  {
    height: 78px;
    width: 126px;
    margin: 0 6px 0 0;
    float: left;
    cursor: pointer;
    position: relative;
}

.galleria-thumbnails .galleria-image  span {
    background: #000;
    display: block;
    height: 79px;
    width: 126px;
    position: absolute;
    left:0;
    top:0;
    opacity:0.8;
     filter: alpha(opacity=80);
}

.galleria-thumbnails .galleria-image img {
    height: 79px !important;
    width: auto !important;
}


.galleria-thumbnails .galleria-image:hover  span {
    background: none;
}


.galleria-thumbnails .active span {
    background: none;
}

.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 2;
}
.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: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* 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: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.galleria-info-close:hover{
    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;
}
.galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 349px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 67px;
    height: 100%;
    position: absolute;
    z-index: 2;    
}

.galleria-counter {
    display: none;
}

.galleria-image-nav-left {
    left: 0px;
    background: url(../images/prevnext1.png) no-repeat left center;
}

.galleria-image-nav-right {
    right: 0px;
    background: url(../images/prevnext1.png) no-repeat right center;
    z-index: 2;
}


.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 78px;
    width: 26px;
    z-index: 3;

}

.galleria-thumb-nav-left {
   background: url(../images/prevnext2.png) no-repeat;    
   left: -33px;
}

.galleria-thumb-nav-right {
    border-right: none;
    right: -28px;
    left: auto;
    background: url(../images/prevnext2.png) no-repeat right top; 
}

.galleria-thumb-nav-right:hover {
    background: url(../images/prevnext2.png) no-repeat right -79px; 
}


.galleria-thumb-nav-left:hover {
    background: url(../images/prevnext2.png) no-repeat left -78px; 
}

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


#overlay {
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
}

.hidden {
    display: none;
}

.galleria-close {	    
	width: 30px;
	height: 30px;
	margin-top: 9px;
	float: right;
}

.galleria-close a {
	display: block;
	text-decoration: none;
        width: 34px;
	height: 33px;
        background: url(../images/close.png) no-repeat;
}

.galleria-desc {
    color: #fff;
    padding: 9px 0;
    text-indent: 10px;
    background: #3c5bb7;    
}

.galleria-images {
    height: 400px;
    background: url(../images/loading.gif) no-repeat center;
}

.galleria-image{
    text-align: center;
}

.galleria-images img {
    width: auto!important;
    top:auto!important;
    left:auto!important;
    max-width: 590px!important;
    height: 349px!important;
    position: static !important;
    display:inline !important;
}

.somestrangegal {
    left: 50%;
    margin: -250px 0 0 -315px;
    position: fixed;
    top: 50%;
    z-index: 100;
}

.galleria-carousel .disabled {
	opacity:1!important;
}

