/************  MODULE-DESIGN: PREMIUM  ************/

.modGallery .mediaCon {
	height: 551px;
}

.modGallery .ressort
{
	display : none;
}

.modGallery .dachzeile
{ 	
	display : none;
}

.modGallery .linklist
{ 
	display : none;
}

/************ MODULE-DESIGN: SLIDER  ************/

.mod.modGallery .controls.sliding 
{
    height: 140px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 220px;
    visibility: hidden;
    z-index: 50;
}

/* positionsaenderung fuer Galerien im Beitrag */
.sectionZ .mod.modGallery .controls.sliding
{
    top: 23%;
}

.mod.modGallery .controls.sliding .buttons
{
    margin: 0;
    width: 100%;
    float: left;
}

.mod.modGallery .controls.sliding .prev
{ 	
    width: 46px;
    height: 140px;
    margin-left: 8px;
	visibility: visible;
    background: url('../../../img/base/icon/arrow_gallery.png') no-repeat 0 0;
}

.mod.modGallery .controls.sliding .prev:hover
{ 	
background: url('../../../img/base/icon/arrow_gallery.png') no-repeat 0 -140px;
}

.mod.modGallery .controls.sliding .next
{
    width: 46px;
	float: right;
    height: 140px;
    margin-right: 8px;
	visibility: visible;
    background: url('../../../img/base/icon/arrow_gallery.png') no-repeat -64px 0;
}

.mod.modGallery .controls.sliding .next:hover
{
    background: url('../../../img/base/icon/arrow_gallery.png') no-repeat -64px -140px;
}