/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
#galleria-loader{height:1px!important}
.avatar-sg
{
	margin: 0 auto;
}
.galleria-errors{
    visibility:hidden;
    display:none;
}
.galleria-container {
    position: relative;
    overflow: hidden;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-august .galleria-stage 
{
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 33px;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 39px;
    margin-right: 39px;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(../images/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-august .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-august .galleria-image-nav-left,
.galleria-august .galleria-image-nav-right {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 45px;
	height: 124px;
    position: absolute;
    z-index: 2;
}
.galleria-image-nav-right {
    left: auto;
    right: 5px;
    background-position: -254px 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-august .galleria-thumb-nav-left,
.galleria-august .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 33px;
    width: 37px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-august .galleria-thumb-nav-right {
    background-position: center;
    border-right: none;
    right: 0;
    left: auto;
}
.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);
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-august .galleria-thumb-nav-left{
	background: url(../images/august/august-thumb-left.png) no-repeat center;
}
.galleria-august .galleria-thumb-nav-right{
	background: url(../images/august/august-thumb-right.png) no-repeat center;
}
.galleria-august .galleria-august-info-link{
	background: rgba(0, 0, 0, .6) url(../images/august/august-info.png) no-repeat center !important;
	position: relative;
	height: 20px;
	width: 80px;
	margin: auto;
	cursor: pointer;
	border-radius: 0  0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.galleria-august .galleria-image-nav-left{
    background: url(../images/august/august-prev.png) center;
    background-repeat: no-repeat;
    left: -5px;
}
.galleria-august .galleria-image-nav-right {
    background: url(../images/august/august-next.png) center;
    background-repeat: no-repeat;
    right: -5px;
}

.galleria-august-bar{
	height: 33px;
	background: transparent;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.galleria-august .galleria-thumbnails-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 2;
}
.galleria-august .galleria-thumbnails-container .disabled,
.galleria-august .galleria-thumbnails-container .disabled:hover,
.galleria-august .galleria-thumbnails-container .disabled:active {
    opacity: .2;
    cursor: default;
}
.galleria-august .galleria-thumbnails .galleria-image {
    width: 80px;
    height: 27px;
    float: left;
    margin: 1px 7px 7px 0;
    border: 2px solid #fff;
    cursor: pointer;
}
.galleria-august .galleria-info {
    position: absolute;
    line-height: 20px;
    left: 0;
    right: 0;
    top: 0;
    color: #bbb;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.galleria-august .galleria-info > *,.galleria-august .galleria-info .galleria-info-text > * { display: block }
.galleria-august .galleria-info .galleria-info-title {
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}
.galleria-august .galleria-info .galleria-info-text {padding: 0;background: rgba(0, 0, 0, .6) !important; }
.galleria-august .galleria-info .galleria-counter {
    position: relative;
    left: 0px;
    zoom: 1;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.galleria-august-progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: white;
    opacity: .5;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.galleria-august-fullscreen
{
	background: url(../images/august/august-fs.png) no-repeat center !important;
	height: 33px;
	width: 37px;
	bottom: 0px;
	right: 5px;
	z-index: 3;
	position: absolute;
	cursor: pointer;
}
.galleria-august .galleria-play{
	background: url(../images/august/august-play.png) no-repeat center;
	height: 33px;
	width: 37px;
	bottom: 0px;
	left: 5px;
	z-index: 3;
	position: absolute;
	cursor: pointer;
}
.galleria-august .galleria-play:hover,.galleria-august-playing:hover,.galleria-august-fullscreen:hover{opacity:1; filter: alpha(opacity=100);}
.galleria-august .galleria-play,.galleria-august-playing,.galleria-august-fullscreen{opacity:0.5; filter: alpha(opacity=50);}
.galleria-august-playing{
	background: url(../images/august/august-pause.png) no-repeat center !important;
}

.fullscreen{
	max-height:100% !important;
}