/* Galleria Classic V2 2015-01-27 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-theme-v2 {
    position: relative;
    overflow: hidden;
    background: #000;
}
.galleria-theme-v2 img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-v2 .galleria-stage {
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow:hidden;
}
.galleria-theme-v2 .galleria-thumbnails-container {
    height: auto;
    bottom: 10px;
    position: absolute;
    left: 115px;
    right: 115px;
    z-index: 2;
}
.galleria-theme-v2 .galleria-carousel .galleria-thumbnails-list {
    margin-left: 0px;
    margin-right: 0px;
}
.galleria-theme-v2 .galleria-thumbnails .galleria-image {
    height: 97px;
    width: 157px;
    background: #000;
    margin: 0;
    border: 0px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-theme-v2 .galleria-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
    height: 10px;
}
.galleria-theme-v2 .galleria-loader {
    background: none;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 2;
	display: none;
	background: url('images/loader.gif') no-repeat 10px 10px;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 3px;
}
.galleria-theme-v2 .galleria-info {
    width: 50%;
    top: 10px;
    left: 10px;
    z-index: 2;
    position: absolute;
}
.galleria-theme-v2 .galleria-info-text {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-theme-v2 .galleria-info-title {
	font: message-box;
    margin: 0;
    color: #fff;
    margin-bottom: 0px;
}
.galleria-theme-v2 .galleria-info-description {
    font: small-caption;
	padding: 7px 0px 0px 0px;
    margin: 0;
    color: #bbb;
}
.galleria-theme-v2 .galleria-info-description p{
	margin: 0;
	padding: 0;
}
.galleria-theme-v2 .galleria-info-close {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -751px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.galleria-theme-v2 .notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2 .touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2 .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-theme-v2.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2 .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-theme-v2 .galleria-image-nav-left,
.galleria-theme-v2 .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-theme-v2 .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.galleria-theme-v2.notouch .galleria-image-nav-left:hover,
.galleria-theme-v2.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2.touch .galleria-image-nav-left:active,
.galleria-theme-v2.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-v2 .galleria-thumb-nav-left,
.galleria-theme-v2 .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -491px 4px;
    background-color: #FFF;
    position: absolute;
    left: -65px;
    top: 32.5px;
    height: 35px;
    width: 35px;
    border-radius: 3px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-theme-v2 .galleria-thumb-nav-right {
    background-position: -570px 4px;
    border-right: none;
    right: -65px;
    left: auto;
}
.galleria-theme-v2 .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.galleria-theme-v2.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-v2.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #FFF;
}
.galleria-theme-v2.touch .galleria-thumb-nav-left:active,
.galleria-theme-v2.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.galleria-theme-v2.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: #FFF;
}

.galleria-theme-v2 .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-v2 .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-theme-v2 .galleria-thumb-nav-left,
.galleria-theme-v2 .galleria-thumb-nav-right,
.galleria-theme-v2 .galleria-info-link,
.galleria-theme-v2 .galleria-info-close,
.galleria-theme-v2 .galleria-image-nav-left,
.galleria-theme-v2 .galleria-image-nav-right {
    background-image: url('images/map.png');
    background-repeat: no-repeat;
}
.galleria-theme-v2.galleria-container.videoplay .galleria-info,
.galleria-theme-v2.galleria-container.videoplay .galleria-counter{ display:none!important; }

/**
 * 	Control CSS
 */
.v2 #st-gallery-control {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: auto;
	background: transparent;
	top: -20%;
	z-index: 69;
	transition: all 0.5s;
}
.v2:hover #st-gallery-control {
	top: 35%;
	transition: all 0.5s;
	
}
.v2 .st-control-text li a:hover{
	transition: all 0.5s;
	opacity: 1;
}
.v2 .st-control-text {
	overflow: hidden;
	margin: 0 auto;
	display: table;
	padding: 5px;
}
.v2 .st-control-text li a {
	text-decoration: none;
	color: #424242;
	background: #efefef;
	padding: 5px 10px;
	margin: 0px;
	border-radius: 3px;
	opacity: 0.5;
	transition: all 0.3s;
}
.v2 .st-control-text li {
	float: left;
	list-style: none;
	padding: 0px 3px;
	margin: 0;
}
.v2 .st-control-text li a.action,
.v2 .st-control-text li a.action.active,
.v2 .st-control-text li a.full{
	background-image: url('images/map.png');
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	padding: 5px 5px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
}
.v2 .st-control-text li a.action.active{
	background-position: -888px 3px;
}
.v2 .st-control-text li a.action{
	background-position: -838px 3px;
}
.v2 .st-control-text li a.full{
	background-position: -963px 3px;
}
