/* 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: url(top.png) no-repeat left 10px;
    /*padding: 0 30px;*/
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

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

.galleria-thumbnails .galleria-image {
    height: 100px;
    width: 100px;
    background: #000;
    border: 1px solid #808080;
    float: left;
    cursor: pointer;
    margin: 1px 7px;
}
.galleria-thumbnails .galleria-image.active{
    border: 2px solid #005598;
    margin: 0px 6px;
    position: relative;
}
.galleria-thumbnails .galleria-image.active:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    bottom: -6px;
    z-index: 999;
    background: url(arrow-b.png) no-repeat center bottom;
}
.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 {
    background: url("gal-desc-angle.png") no-repeat scroll right top;
    left: -318px;
    position: absolute;
    top:65px;
    width: 294px;
    z-index: 2;
    display:none !important;
}

.galleria-info-description a, .siz{
    color: #005d8c;
    font-size: 12px;
    font-style: normal;
    font-family: Arial
}
.galleria-info-description a{
    background: url(/f/images/jpg-icon.png) no-repeat;
    padding-left: 34px;
    display: block;
    text-decoration: underline;
    min-height: 24px;
}

.siz{
    /*padding-left: 34px;    */
    text-decoration: none;
}

.galleria-info-text {
    background: #F2F2F2;
    margin-right: 15px;
    margin-top: 3px;
    padding: 24px 12px 30px 18px;
    /*display: none;*/
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: 13px/1.1 arial,sans-serif;
    line-height: 20px;    
    padding: 0 15px 23px 0;
    margin: 0;
    color: #000;
}
.galleria-info-title span{
    font: 12px/1.1 arial,sans-serif;
    color:#808080;
}
.galleria-info-description {
    font: 12px/1.4 Arial,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;
}
.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;
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.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: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 20px;
    height: 124px;
    position: absolute;
    left: 0px !important;
    z-index: 2;
    background:url(arrow-l2.png) no-repeat center center !important;
    /*background-position: 0 46px;*/
}
.galleria-image-nav-right {
    left: auto !important;
    right: 0px !important;
    background:url(arrow-r2.png) no-repeat center center !important;
    /*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 {
    background-color: #1f4562;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: 0;
    height: 93%;
    width: 34px;
    z-index: 3;
}
.galleria-thumb-nav-right {
    border-right: none;
    right: -10px;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .3;
    filter: alpha(opacity=30);
}

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

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

.galleria-thumb-nav-left{
    background-image: url(arrow-l.png);
    background-repeat: no-repeat;    
}
.galleria-thumb-nav-right{
    background-image: url(arrow-r.png);
    background-repeat: no-repeat;    
}

.galleria-lightbox-overlay{
    background-color: #051825 !important;
    /*background: url(logo-big-img.png) no-repeat 5% 5% #051825 !important;*/
}
.galleria-lightbox-innerlogo{
	background: url(transneft-logo-ru-v-white.png) no-repeat 19px 33px;
	position:absolute;
	margin-left:-500px;
	width:1000px;
	top:0;left:50%;
	height:120px;
}
.galleria-lightbox-content, .galleria-lightbox-shadow{
    background: none !important;
}

.galleria-lightbox-prev {
    background: url(ling-box-pr.png) no-repeat !important;
    color: transparent !important;
    font: 0px !important;
    height: 47px !important;
    left: 0 !important;
}

.galleria-lightbox-next {
    background: url(ling-box-ne.png) no-repeat !important;
    color: transparent !important;
    font: 0px !important;    
    height: 47px !important;
    right: 0 !important;
}

.galleria-lightbox-nextholder {
    right: -5% !important;
    width: 55% !important;
}
.galleria-lightbox-prevholder {
    left: -5% !important;
    width: 55% !important;
}

.galleria-lightbox-close {
    background: url(close.png) no-repeat !important;
    color: transparent !important;
    font: 0px !important;
    height: 31px !important;
    width: 28px !important;
}

.galleria-lightbox-info{
    color: #fff !important;
}