﻿
.galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    /*cursor: pointer;*/
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 110px;
    padding-bottom: 35px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-info {
    position: absolute;
	left: 80px;
    right: 80px;
    z-index: 2;
	bottom: -5px;
    padding: 5px 0;
    height: 30px;
}
.galleria-info-text {
	display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
	width: 80%;
    font: 12px arial,sans-serif !important;
    color: #666 !important;
    margin: 0 0 2px 0;
}

.galleria-info-share {
	position: absolute;
	top: 5px;
	right: 0;
	width: 20%;
	text-align: right;
}
.galleria-info-share a {
	font: 11px arial,sans-serif !important;
    color: #666666 !important;
}

.galleria-info-description {
	width: 80%;
    font: 11px arial,serif;
    color: #666;
    margin: 0;
}
.galleria-info-counter {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 7px 5px;
	font: 12px arial,sans-serif;
    color: #666;
    text-align: left;
	width: 70px;
	height: 14px;
}
.galleria-grid-counter {
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 7px 5px;
	font: 12px arial,sans-serif;
    color: #666;
    text-align: center;
	width: 100px;
	height: 14px;
	margin-left: -55px;
}

.galleria-thumbnails-container {
    height: 60px;
    bottom: 40px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    background: #ffffff;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 60px;
    width: 80px;
    background: #fff;
    margin: 0 5px 5px 0;
    border: 1px solid #fff;
    float: left;
/*    cursor: pointer;*/
}
.galleria-loader {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url('loader.gif') no-repeat 2px 2px;
}
.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: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 60px;
    height: 120px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -150px 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 {
    cursor: pointer;
    display: none;
    background-position: -205px 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 25px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #d2d2d2;
}
.galleria-thumb-nav-right {
    background-position: -365px 0px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
    background-color: transparent;
}
.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);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-show-grid {
    background-position: -446px -6px;
    width: 29px;
    height: 24px;
    margin: 3px 5px;
    cursor: pointer;
	position: absolute;
	right: 0;
}
.galleria-show-grid.active { background-position: -446px -30px; }

.galleria-show-list {
    background-position: -405px -6px;
    width: 29px;
    height: 24px;
    margin: 3px 5px;
    cursor: pointer;
	position: absolute;
	right: 35px;
}
.galleria-show-list.active { background-position: -405px -30px; }

.galleria-grid {
	overflow: hidden;
}
.galleria-grid-container {
	position: absolute;
}

.galleria-grid-nav-left,
.galleria-grid-nav-right {
    cursor: pointer;
    display: block;
    background-position: -205px 0px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
	margin-top: -30px;
    width: 25px;
    z-index: 4;
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #d2d2d2;
}
.galleria-grid-nav-right {
    background-position: -365px 0px;
    border-right: none;
    right: 0;
    left: auto;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-grid-nav-left,
.galleria-grid-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right,
.galleria-show-grid,
.galleria-show-list {
    background-image: url('map.png');
    background-repeat: no-repeat;
}


.galleria-bar {
    height: 30px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    background-color: #d2d2d2;
}

.galleria-grid {
	display: none;
    top: 0;
	left: 10px;
    right: 10px;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
	overflow: hidden;
	padding: 0 35px;
}
.galleria-grid .galleria-image {
    height: 60px;
    width: 80px;
    background: #fff;
    margin: 0 5px 5px 0;
    border: 1px solid #fff;
    float: left;
	cursor: pointer;
}


.galleria-lightbox-prevholder,
.galleria-lightbox-nextholder {
	width: 50px !important;
}