.none-javascript-preview {
	max-height: 200px;
	background-color: #aaa;
	border: 1px solid #555;
}
.none-javascript-preview-heading {
	font-size: 14px;
	color: #555;
	background-color: #bfbfbf;
}
.tx-gal-wrapper {
	position: relative;
	font-size: 0px;
	line-height: 0px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	color: #666;
}
.tx-gal-corner-wrapper {
	max-width : 100%;
}
.tx-gal-container {
    margin: 0px;
    position: relative;    
    min-height: 310px;
	min-width: 200px;
    width: 600px;
    height: auto;
    padding: 25px 0 0px 0;
    overflow-x: hidden;
    border: 2px solid #202020;
    background-color: #2E2926;
	border-radius: 4px;
	box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.58);
	overflow-y: auto;
}
.tx-gal-container-description {
	font-size: 15px;
	line-height: 130%;
	margin: 3px;
}
.tx-gal-container a{
	color: #eecc99;
	text-decoration: none;
	cursor: pointer;
}
.tx-gal-header, .tx-gal-footer{
    position:absolute;
    width: 100%;
    height:25px;
    left: 0px;
    display: block;
    text-align: center;
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.6);
}
.tx-gal-header {
    top:0px;
}
.tx-gal-header-description {
	font-weight: bold;
	font-size: 18px;
	color: #D4CBC6;
	line-height: 105%;
}
.tx-gal-footer{
	box-sizing: border-box;	
	opacity: 0.8;
    padding: 0px 0px;
    bottom: 0;
    height: auto;
    box-shadow: 0px -3px 5px rgba(50, 50, 50, 0.4);
	background: #202020;
	filter: alpha(opacity=70);
}
.tx-gal-footer-description{
	font-size: 18px;
	line-height: 125%;
	color: #fff;
	text-align: left;
	display: none;
}
.galery-bigscreen-container .tx-gal-container-description {
	display: none;
}
.galery-bigscreen-container .tx-gal-footer-description.tx-gal-footer-description-show{
	display: block;
}
.tx-gal-footer-description-switch{
	position: relative;
	width: 20px;
	height: 20px;
	top: 0;
	left:0;
	background-image: url(../img/20px/footer-down.png);
	background-repeat: no-repeat;
	display: none;
}
.galery-bigscreen-container .tx-gal-footer-description-switch-show{
	display: block;
}

.tx-gal-footer-description-switch.tx-gal-footer-invisible {
	background-image: url(../img/20px/footer-up.png);
}
.tx-gal-master-controls, .tx-gal-detail-controls, .tx-gal-detail-controls-mini{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20px;
}
.tx-gal-container .tx-gal-master-controls, .tx-gal-container .tx-gal-detail-controls{
	transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-duration: 1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.tx-gal-container:hover .tx-gal-master-controls,.tx-gal-container:hover .tx-gal-detail-controls{
	transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-duration: 1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tx-gal-resizer{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	cursor: se-resize;
	background-image: url(../img/resizer.png);
}
.tx-gal-detail-controls-mini{ 
	position: relative;
	left: 5px;
	top: 30px;
	background-color: #333;
	border-radius: 4px;
	opacity: 0.7;
	border: 1px solid rgba(200, 200, 200, 0.58);
	box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.58);
	width: 130px;
	margin: 0;
	filter: alpha(opacity=70);
}
.tx-gal-little-back-container {
	position:relative;
	float: left;
	width: 20px;
	height: 20px;
}
.tx-gal-big-screen, .tx-gal-back, .tx-gal-next, .tx-gal-home, .tx-gal-auto-play{
	position:relative;
	float: left;
	margin: 0 3px;

	cursor: pointer;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.tx-gal-big-screen a, .tx-gal-back a, .tx-gal-next a, .tx-gal-home a{
	display: block;
	width: 100%;
	height: 100%;
}
.tx-gal-next{
	background-image: url(../img/20px/right.png);
}
.tx-gal-back{
	background-image: url(../img/20px/left.png);
}
.tx-gal-home{
	background-image: url(../img/20px/home.png);
}
.tx-gal-big-screen{
	background-image: url(../img/20px/lupe-l.png);
}
.galery-bigscreen-container .tx-gal-big-screen{
	background-image: url(../img/20px/lupe-l-close.png);
}
.tx-gal-auto-play {
	background: url(../img/20px/auto-play.png) no-repeat center center;
}
.tx-gal-auto-play.tx-gal-auto-play-stop {
	background: url(../img/20px/auto-play-stop.png) no-repeat center center;
}
.tx-gal-big-next, .tx-gal-big-back {
	position: absolute;
	height: 50px;
	bottom: 150px;
	right: 0;
	width: 50px;
	opacity: 0.9;
	background-image: url(../img/50px/black/right.png);
	display: none;
}
.tx-gal-big-back {
	left: 0;
	background-image: url(../img/50px/black/left.png);
}
.tx-gal-container:hover .tx-gal-hover-transition{
	transition-property: all;
	-webkit-transition-property: all;
	transition-duration: 1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 1s;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tx-gal-container .tx-gal-hover-transition{
	transition-property: all;
	-webkit-transition-property: all;
	transition-duration: 1s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 1s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tx-gal-loading{
    background: #fff url(../img/loading.gif) no-repeat center center;
    cursor: progress;
}
.tx-gal-error{
    background: #fff url(../img/error.png) no-repeat center center;
}
.tx-gal-master-container, .tx-gal-detail-container {
    position: relative;
    width:100%;
    height: 100%;
    left: 0%;
    top: 0%;
    min-height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.tx-gal-master-container{
    max-height: 400px;
	margin: 0;
	padding: 0;
	min-height: 110px;
	height: auto;
}
.tx-gal-detail-container {
    left: 100%;
	min-height: 300px;
	height: 100%;
    overflow-y: hidden;
	display: none;
}
.galery-bigscreen-container .tx-gal-detail-container {
    overflow-y: auto;
	min-height: 100%;
}
.tx-gal-detail-loaded{
	position: relative;
	display: block;
}
.tx-gal-unloaded{
	display: none;
	height:fit-content;
}
.tx-gal-detail-animation-1, .tx-gal-detail-animation-2{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: 0pt auto;
}
div.tx-gal-detail-animation-1>div, div.tx-gal-detail-animation-2>div{
    border: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
}
div.tx-gal-detail-animation-1>div>img, div.tx-gal-detail-animation-2>div>img{
	display: block;
    border: 0;
	width: auto;
	height: 100%;
	max-width: 100%;
	margin: auto auto;
}
div.galery-bigscreen-container div.tx-gal-detail-animation-1>div>img, 
div.galery-bigscreen-container div.tx-gal-detail-animation-2>div>img {
	height: auto;
	width: auto;
	min-height: 100%;
	max-width: 100%;
}
@media all and (orientation:portrait){
	div.galery-bigscreen-container div.tx-gal-detail-animation-1>div, 
	div.galery-bigscreen-container div.tx-gal-detail-animation-2>div{
		border: 0;
		height: 100%;
		width: 100%;
		min-height: 100%;
		min-width: 100%;
		display: -webkit-box;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-webkit-box-align: center;

		display: -moz-box;
		-moz-box-orient: horizontal;
		-moz-box-pack: center;
		-moz-box-align: center;

		display:-ms-flexbox;
		-ms-flex-pack:justify;
		-ms-flex-align:center;

		display: flex;
		align_content: center;
		align-items: center;
	}
	div.galery-bigscreen-container div.tx-gal-detail-animation-1>div>img, 
	div.galery-bigscreen-container div.tx-gal-detail-animation-2>div>img {
		height: auto;
		min-height: 200px;
		width: 100%;
		max-width: 100%;
		box-flex: 1;
		margin: auto auto;
	}
	.galery-bigscreen-container .tx-gal-container, .galery-bigscreen-container .tx-gal-corner-wrapper {
		min-height: 100%;
	}
 }
.tx-gal-detail-next, .tx-gal-detail-back{
    position: absolute;
    left: -100%;
    display: none;
}
.tx-gal-description-container{
	position: relative;
	overflow:hidden;
	padding: 4px 0px;
	font-size: 15px;
	line-height: 130%;
}
.tx-gal-description-animation-1, .tx-gal-description-animation-2{
	position: relative;
	font-weight: normal;
	top:0;
	left:0;
}
.tx-gal-full-screen {
	display: inline-block;
	width: 87px;
	height: 88px;
	margin:3px;
	background: url(../img/fullscreen.png) no-repeat center center;
	cursor: pointer;
}
.tx-gal-galery-preview-image {
	max-height:86px; 
	border:1px solid #000; 
	margin:3px;
}
.galery-bigscreen-wrapper{
	left: 0;
	top: 0;
	position: fixed;
	width:100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.8;
	z-index: 5;
	margin: 0;
	padding: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.galery-bigscreen-container{
	left: 0;
	top: 0;
	position: fixed;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 10;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display:-ms-flexbox;
	-ms-flex-pack:justify;
	-ms-flex-align:center;
	
	display: flex;
	align_content: center;
	align-items: center;
}
.galery-bigscreen-container .tx-gal-wrapper {
	position: relative;
	width:95%;
	height: 90%;
	min-height: 90%;
	margin: auto auto;
	-moz-box-align: center;
	-moz-box-flex: 1;
	box-flex: 1;
}
.galery-bigscreen-container .tx-gal-container, .galery-bigscreen-container .tx-gal-corner-wrapper {
	width:100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.galery-bigscreen-container .tx-gal-corner-wrapper {
	padding: 25px 0 20px 0;
}
.tx-gal-container:-webkit-full-screen {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 25px 0 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: border-box;
}

@media all and (orientation:landscape){
	.galery-bigscreen-container .tx-gal-container, .galery-bigscreen-container .tx-gal-corner-wrapper {
		max-height: 1000px;
	}
}
.tx-gal-corner-wrapper:-webkit-full-screen {
	max-height: 100%;
	min-height: 100%;
}
.tx-gal-container:-webkit-full-screen {
	max-height: 100%;
	min-height: 100%;
}
:-webkit-full-screen .tx-gal-full-screen {
	display: none;
}
:-moz-full-screen .tx-gal-full-screen  {
	display: none;
}