/*
 * Galleria Classic V Theme version 1.2.2.1 2011-05-23 \
 *
 * Galleria_V is a modification of Aino's JavaScript Image Gallery "Galleria" and the "Classic" theme. 
 * Galleria_V allows for a vertical carousel and enables fullscreen viewing capability. 
 * Galleria_V is not compatible with Galleria themes, however themes could be modified or created to function with Galleria_V. 
 * Galleria_V retains most of the functionality of Galleria but is not provided or supported by Aino.
 *
 * www.aaronpsullivan.com
 */
 
/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    right: 60px; 
    overflow:hidden;
	background-color: #fff;
	height:100%; /*lets give IE6 a number so it doesn't give a fatal error...*/
}

/*.fullscreen .galleria-stage{
    top: 20px;
	bottom: 20px;
	left: 20px;
	right: 77px;
}*/

.galleria-thumbnails-container {
    /*height: 50px;*/
	width: 52px; /* added */
	 /*bottom: 0;*/
	top: -18px; /*added */
    position: absolute;
    left: /*0px*/auto;
    right: 0;
    z-index: 2;
	
}
/*.fullscreen .galleria-thumbnails-container{
    right: 20px;
	top:20px;
	bottom:20px;
}*/


.galleria-carousel .galleria-thumbnails-list {
	/* Check theme default thumbNavArea for margin value*/
}

.galleria-thumbnails .galleria-image {
    height: /*40px*/50px;
    width: 50px; /*changed from 60 */
    background: #fff;
    margin: 0 0 17px 0; /* changed from a left margin to a bottom margin */
    /*border: 1px solid #fff;;*/
    float: left;
    cursor: pointer;
	border: 1px solid #eee;
	/*display:block;*/
}

.galleria-thumbnails .galleria-image.active {
	    border: 2px solid #D0301F;
    height: 48px !important;
    width: 48px !important;
		
}

.galleria-thumbnails .galleria-image.last {
	margin:0;
}

.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 {
    bottom: 0;
    right: 70px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 12px;
    display: block;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #000;
    /*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;
}
.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;
    background-color: #000;
	right: 0;
	bottom: 0;
	display: none;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-fullscreen, .fullscreen .galleria-fullscreen  {
	position: absolute;
	top:15px;
	left:15px;
	width:20px;
	height:20px;
	z-index:2;
	background-color:#000;
	cursor: pointer;
	opacity: .7;
	background-position: -829px -6px;
    filter: alpha(opacity=70);
}
.fullscreen .galleria-fullscreen {
	background-position: -892px -6px;
}
.galleria-fullscreen:hover, .fullscreen .galleria-fullscreen:hover {
	opacity: 1;
    filter: alpha(opacity=100);
	
}

.galleria-image-nav {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right,
.nav-left,
.nav-right {
    opacity: .3;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 62px;
    height: 92px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 15px;
}
.galleria-image-nav-right,
.nav-right {
    left: auto;
    right: 10px;
    background-position: -258px 15px;
    z-index: 2;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover,
.nav-left:hover,
.nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-up,
.galleria-thumb-nav-down {
    cursor: pointer;
    display: none;
    background-position: -482px -7px;
    position: absolute;
    left: 0;
    top: 0;
    height: /*40px*/18px;
    width: /*20px*/52px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
	/*background-color: #d0cac6;*/
}

.galleria-thumb-nav-down {
    background-position: -560px -6px;
    border-right: none;
    /*right:*//*bottom: 0;*/
    /*left:*/
	top: 100%; 
	margin-top: -20px; 
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;

}
.galleria-thumb-nav-up:hover,
.galleria-thumb-nav-down:hover {
    /*opacity: .6;
    filter: alpha(opacity=60);*/
	opacity: 1;
    filter: alpha(opacity=100);
	background-image: url(classic-map_v2_over.png);
    /*background-color: #7EB0CC;*/
}
.galleria-thumbnails-container .disabled:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: transparent;
	background-image: url(classic-map_v2.png); /*prevent background image change on mouseover*/
}

.galleria-carousel .galleria-thumb-nav-up,
.galleria-carousel .galleria-thumb-nav-down {
/*    display: block; */
	display:none;
}
.galleria-thumb-nav-up,
.galleria-thumb-nav-down,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right,
.galleria-fullscreen,
.nav-left,
.nav-right
 {
    background-image: url(classic-map_v2.png);
    background-repeat: no-repeat;
}
