/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

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


#galleria {
	height: 500px;
}
		
.galleria-container {
    position: absolute;
	top: 115px;
	left: 33px;
	width: 700px;
    overflow: hidden;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
	width: 577px;
    top: 0px;
    left: 54px;
    bottom: 0px;
	margin-top: 0px;
	margin-bottom: 115px;
    overflow: hidden;
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 71px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    position: absolute;
    width: 48px;
    height: 71px;
    cursor: pointer;
    z-index: 2;
}
.galleria-image-nav-left {
	left: 15px;
	background-image: url(../popup/left1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.galleria-image-nav-right {
	right: 15px;
	background-image: url(../popup/right1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.galleria-thumbnails-container {
    position: absolute;
    height: 94px;
	width: 688px;
    bottom: 0;
    left: 0px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 54px;
    margin-right: 54px;
}
.galleria-thumbnails .galleria-image {
    width: 141px;
    height: 94px;
    margin: 0 4px 0 0;
    float: left;
    cursor: pointer;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    display: none;
    position: absolute;
    width: 48px;
    height: 71px;
    z-index: 3;
    cursor: pointer;
}
.galleria-thumb-nav-left {
    left: 0px;
	top: 11px;
	background-image: url(../popup/left2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.galleria-thumb-nav-right {
    right: 0px;
	top: 11px;
	background-image: url(../popup/right2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.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: 1;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .1;
    filter: alpha(opacity=10);
    background-color: transparent;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
