.MIDDLEWRAPPER {
	padding: 0 1em 2em;	
}

.GALLERYWRAPPER {
/*	position: fixed;
	height: 182px;
	width: 100%;
	bottom: 92px;
	left: 0;
	padding: 26px 0 0;
	display: none;*/
	background: #E6E5E3;
	margin: 1em -1em 0;
	display: none;
}

.GALLERYPANELWRAPPER {
/*	width: 530px;
	margin: 0 auto;
	padding: 0 62px 0 348px;*/
}

#GALLERYPANEL {
/*	overflow: hidden;
	height: 156px;*/
}

#GALLERMOVE {
	position: relative;
}

.THUMBWRAPPER {
/*	width: 156px;
	height: 156px;
	overflow: hidden;
	display: inline-block;
	margin: 0 1px 0 0;
	position: relative;	*/
	cursor: pointer;	
}

.THUMBWRAPPER img {
/*	width: 100%;*/
}

.GALLERYWRAPPER .MASKE {
/*	position: absolute;
	width: 156px;
	height: 156px;
	background: url(../img/galerie_maske.png) left top no-repeat;
	top: 0;
	left: 0;*/
	display: none;
}

.Pfeil {
    cursor: pointer;
    display: block;
    height: 156px;
    margin-top: -156px;
    position: absolute;
    width: 30px;
	background: #FFF;
}


.LinkLeft {
	background: url(../img/prev.png) left 60px no-repeat;
    margin-left: -30px;
}

.LinkRight {
	background: url(../img/next.png) right 60px no-repeat;
    margin-left: 477px;
}

.LinkLeft:hover {
	background: url(../img/prev_hover.png) left 60px no-repeat;
}

.LinkRight:hover {
	background: url(../img/next_hover.png) right 60px no-repeat;
}

@media only screen and (min-width: 768px) {
	.MIDDLEWRAPPER {
		padding: 0 0 318px;
	}	
	#GALLERYPANEL {
		overflow: hidden;
		height: 156px;
	}
	.GALLERYWRAPPER {
		position: fixed;
		height: 182px;
		width: 100%;
		bottom: 92px;
		background: #E6E5E3;
		left: 0;
		padding: 26px 0 0;		
		display: block;	
		margin: 0 0 -1px;
	}	
	.GALLERYPANELWRAPPER {
		width: 80%;
		margin: 0 auto;
		/*padding: 0 62px 0 348px;*/
	}	
	.GALLERYWRAPPER .MASKE {
		position: absolute;
		width: 156px;
		height: 156px;
		background: url(../img/galerie_maske.png) left top no-repeat;
		top: 0;
		left: 0;
		display: block;
	}	
	.THUMBWRAPPER {
		width: 156px;
		height: 156px;
		overflow: hidden;
		display: inline-block;
		margin: 0;
		position: relative;
	}	
}

@media only screen and (min-width: 980px) {
	.GALLERYWRAPPER {
		position: fixed;
		height: 182px;
		width: 100%;
		bottom: 92px;
		background: #E6E5E3;
		left: 0;
		padding: 26px 0 0;		
		display: block;
		margin: 0;
	}		
	.GALLERYPANELWRAPPER {
		width: 530px;
		margin: 0 auto;
		padding: 0 62px 0 348px;
	}	
}

.ie .MIDDLEWRAPPER {
		padding: 0 0 318px;
	}	
.ie #GALLERYPANEL {
		overflow: hidden;
		height: 156px;
	}
.ie .GALLERYWRAPPER {
		position: fixed;
		height: 182px;
		width: 100%;
		bottom: 92px;
		background: #E6E5E3;
		left: 0;
		padding: 26px 0 0;		
		display: none;		
	}	
.ie .GALLERYPANELWRAPPER {
		width: 530px;
		margin: 0 auto;
		padding: 0 62px 0 348px;
	}	
.ie .GALLERYWRAPPER .MASKE {
		position: absolute;
		width: 156px;
		height: 156px;
		background: url(../img/galerie_maske.png) left top no-repeat;
		top: 0;
		left: 0;
		display: block;
	}	
.ie .THUMBWRAPPER {
		width: 156px;
		height: 156px;
		overflow: hidden;
		display: inline-block;
		margin: 0;
		position: relative;	
	}	
.ie .GALLERYWRAPPER {
		position: fixed;
		height: 182px;
		width: 100%;
		bottom: 92px;
		background: #E6E5E3;
		left: 0;
		padding: 26px 0 0;		
		display: block;
		margin: 0;
	}		