/**
 * AMW Classic Theme 2013-06-06
 * http://amwhalen.com
 *
 * Licensed under the MIT license
 *
 */

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

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f5f5f5;
    min-width: 798px;
    min-height: 665px;
    float: right;
    margin-bottom: 40px;
}

.galleria-container.notouch.fullscreen {

margin-top: 0px;
padding-top: 10%;
margin-bottom: 0px;

}



.galleria-container img {
}


.galleria-stage {
	padding: 9px;
	

	width: 780px;
	height: 520px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
    overflow:visible;
 /**    border: 1px dashed #080eed /** blue **/; **/
}




.galleria-thumbnails-container {
    
/**    border: 1px dashed #38c500 /** green **/;
    height: 50px;
    bottom: 0;
    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: 40px;
    width: 60px;
    background: #fff;
    margin: 0 5px 0 0;
    border: 1px solid #cbcbcb;
    float: left;
    cursor: pointer;
}

.galleria-counter {
    display: visible;
    position: absolute;
    bottom: -10px;
    left: 7px;
    padding: 2px 3px;
    text-align: left;
	z-index: 3;
	font: normal 11px arial,sans-serif;
	color: #000;
	height: 15px;
}


.galleria-loader {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    /*top: 10px;
    right: 10px;*/
    top: 50%;
    left: 50%;
    z-index: 2;
    display: none;
    background: url(loader.gif) no-repeat 2px 2px;
}



.galleria-info {
	/**border: 1px dashed #ed0808 /** red **/;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -6px;
    height: 80px;
    bottom: 60px;
    z-index: 2;
}


.galleria-info-text {
    background-color: none;
}



.galleria-info-title {
	z-index: 3;
	font-size: 12px;
	color: #000;
	height: 15px;
	text-align: right;
	 
}


.galleria-info-description {
    padding-top: 10px;
    margin-top: 30;
    color: #000;
    font-size: 13px;
	line-height: 17px;  
}





/**

.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 20px;
    background-position: -750px -8px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
    background-color: #fff;
    padding: 3px;
}
.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: #fff;
    left: 20px;
    bottom: 10px;
}
.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: 62px;
    height: 124px;
    position: absolute;
    left: -50px;
    right: -50px;
    z-index: 2;
    background-position: 0 46px;
}



.galleria-image-nav-right {
    left: auto;
    right: -50px;
    background-position: -261px 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: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .1;
    filter: alpha(opacity=10);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: #f5f5f5;
}
.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-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(amw-classic-light-map.png);
    background-repeat: no-repeat;
}

/**
 * AMW
 */


.galleria-amw-fullscreen {
	display: none;
}

.galleria-amw-fullscreen:hover {
	display: none;
}

.galleria-amw-fullscreen.open {
	display: none;
}
