/*
 * 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;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 140px;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-september .galleria-stage 
{
	overflow: hidden;
	background: transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 40px;
}
.galleria-thumbnails-list {
    position: absolute!important;
	top: 5px;
	right: 10px;
	left: 10px;
	bottom: 5px;
	overflow: auto!important;
}
.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-september .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-september .galleria-image-nav-left,
.galleria-september .galleria-image-nav-right {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 40px;
	height: 124px;
    position: absolute;
    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-september .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-september .galleria-image-nav-left{
    background: url(../images/september/september-prev.png) center;
    background-repeat: no-repeat;
    left: -10px;
}
.galleria-september .galleria-image-nav-right {
    background: url(../images/september/september-next.png) center;
    background-repeat: no-repeat;
    right: -10px;
}
.galleria-september{

}
.galleria-september-bar{
	height: 40px;
	background: transparent;
	width: 100%;
	margin:0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.galleria-september .galleria-thumbnails-container {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0;
    height: 0;
    background: url(../images/september/september-bg.png);
    z-index: 2;
}
.galleria-september .galleria-thumbnails-container .disabled,
.galleria-september .galleria-thumbnails-container .disabled:hover,
.galleria-september .galleria-thumbnails-container .disabled:active {
    cursor: default;
}
.galleria-september .galleria-thumbnails .galleria-image {
    width: 80px;
	height: 45px;
	float: left;
	margin: 0 7px 7px 0;
	border: 3px solid white;
	cursor: pointer;
}
.galleria-september .galleria-info {
    height: 100%;
    line-height: 17px;
    overflow: hidden;
    float:left;
    padding-left: 20px;
    margin-right: 20px;
    color: #bbb;
    z-index: 1;
    display: table;
}
.galleria-september .galleria-info .galleria-info-text{
	display:table-cell;
	vertical-align:middle;
}
.galleria-september .galleria-info .galleria-info-title {
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    height:17px;
    overflow: hidden;
}
.galleria-september .galleria-info .galleria-info-description{
	font-size: 11px;
	height:17px;
    overflow: hidden;
}
.galleria-september .galleria-counter {
    position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	color: white;
	font: normal 11px/1 arial,sans-serif;
	z-index: 1;
}
.galleria-september-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-september-fullscreen,.galleria-september-thumblink{
	height: 30px;
	width: 30px;
	z-index: 3;
	cursor: pointer;
	float:left;
	margin:5px;
}
.galleria-september-thumblink{
	background: url(../images/september/september-thumb.png) no-repeat center !important;
	left: 10px;
}
.galleria-september-fullscreen
{
	background: url(../images/september/september-fs.png) no-repeat center !important;
	left: 103px;
}
.galleria-september .galleria-play{
	background: url(../images/september/september-play.png) no-repeat center;
	height: 36px;
	width: 36px;
	margin:2px 0;
	z-index: 3;
	float:left;
	cursor: pointer;
}
.galleria-september .galleria-play:hover,
.galleria-september-playing:hover,
.galleria-september-fullscreen:hover,
.galleria-september-thumblink:hover
{opacity:1; filter: alpha(opacity=100);}

.galleria-september .galleria-play,
.galleria-september-playing,
.galleria-september-fullscreen,
.galleria-september-thumblink
{opacity:0.5; filter: alpha(opacity=50);}

.galleria-september-playing{
	background: url(../images/september/september-pause.png) no-repeat center !important;
}
.galleria-september .galleria-s1{
	float:left;
	background: url(../images/september/september-sp.png) 50% 40% no-repeat;
	height:100%;
	width: 5px;
	margin: 0 5px;
}

.fullscreen{
	max-height:100% !important;
}
.galleria_lightbox_fullscreen{
	display : none !important;
}