/*  ---class-type:tx-presentation|Präsentation - optimiert für Breitenanpassung--- */
.tx-presentation .tx-gal-container {
    padding: 0;
    background-color:transparent;
	border: 0px solid #999;
	box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.58);
	width: 660px;
	margin: 0 auto;
	max-height: 400px;
}
.tx-presentation .tx-gal-detail-animation-1>div>img,.tx-presentation  .tx-gal-detail-animation-2>div>img{
	width: auto;
	height: 100%;
}
.tx-presentation .tx-gal-detail-container{
	min-height: 370px;
	max-height: 370px;
}
.tx-presentation:hover .tx-gal-detail-container{
	background-color: #999;
}
.tx-presentation .tx-gal-header, .tx-presentation .tx-gal-footer{
    height:0px;
    box-shadow: none;
}

.tx-presentation .tx-gal-header-description, .tx-presentation .tx-gal-container-description {
	display: none;
}
.tx-presentation .tx-gal-footer{
	display: none;
}
.tx-presentation .tx-gal-footer-description{
	display: none;
}

.tx-presentation .tx-gal-master-controls, .tx-presentation .tx-gal-detail-controls{
	top: auto;
    bottom: 11px;
    width: 100%;
    height: 20px;
}
.tx-presentation .tx-gal-detail-controls-mini {
	width: 80px;
	left: 3px;
	top: auto;
}
.tx-presentation .tx-gal-little-back-container {
	display: none;
}
.tx-presentation .tx-gal-detail-controls-mini .tx-gal-back, .tx-presentation .tx-gal-detail-controls-mini .tx-gal-next{
	display: none !important;
}
.tx-presentation .tx-gal-resizer{
	display: none;
}
.tx-presentation .tx-gal-big-screen{
	
}
.tx-presentation .tx-gal-full-screen{
	display: none;
}
/*  ---class-type:tx-presentation with-container-description|Präsentation - opt. f. Breitenanp. mit Galerieüberschrift--- */
.tx-presentation.with-container-description .tx-gal-container-description {
	display: block;
}

/*  ---class-type:tx-presentation-h|Präsentation - optimiert für Höhenanpassung (schmale Seitenleisten)--- */
.tx-presentation-h .tx-gal-container {
    padding: 0;
    background-color:transparent;
	border: 0px solid #999;
	box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.58);
	width: auto;
	margin: 0 auto;
	max-height: 900px;
}
.tx-presentation-h div.tx-gal-detail-animation-1>div>img,.tx-presentation-h  div.tx-gal-detail-animation-2>div>img{
	width: 100%;
	height: auto;
}
.tx-presentation-h .tx-gal-detail-container{
	min-height: 100px;
	max-height: 900px;
}
.tx-presentation-h:hover .tx-gal-detail-container{
	background-color: #999;
}
.tx-presentation-h .tx-gal-header, .tx-presentation-h .tx-gal-footer{
    height:0px;
    box-shadow: none;
}

.tx-presentation-h .tx-gal-header-description, .tx-presentation-h .tx-gal-container-description {
	display: none;
}
.tx-presentation-h .tx-gal-footer{
	display: none;
}
.tx-presentation-h .tx-gal-footer-description{
	display: none;
}

.tx-presentation-h .tx-gal-master-controls, .tx-presentation-h .tx-gal-detail-controls{
	top: auto;
    bottom: 20px;
    width: 100%;
    height: 20px;
}
.tx-presentation-h .tx-gal-detail-controls-mini {
	width: 80px;
	left: 3px;
	top: auto;
}
.tx-presentation-h .tx-gal-little-back-container {
	display: none;
}
.tx-presentation-h .tx-gal-detail-controls-mini .tx-gal-back, .tx-presentation-h .tx-gal-detail-controls-mini .tx-gal-next{
	display: none !important;
}
.tx-presentation-h .tx-gal-resizer{
	display: none;
}
.tx-presentation-h .tx-gal-big-screen{
	
}
.tx-presentation-h .tx-gal-full-screen{
	display: none;
}