/************  MODULE-DESIGN: PREMIUM  ************/

.modGallery
{

}

.modGallery .box
{

}

.modGallery .ressort
{
	display : none;
}

.modGallery  .mediaCon
{ 

}

.modGallery .mediaLink{

}

.modGallery .mediaCon .img
{ 

}

.modGallery .icon
{ 

}

.modGallery .marke
{ 

}

.modGallery .dachzeile
{ 	
	display : none;
}

.modGallery .headline
{
	
}

.modGallery .teasertext
{ 
	
}

.modGallery .linklist
{ 
	display : none;
}

.modGallery .linklist ul
{ 
	
}

.modGallery .linklist p
{  

}




/************ MODULE-DESIGN: SLIDER  ************/

.mod.modGallery .controls.sliding 
{
    height: 140px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 27%;
    visibility: hidden;
    z-index: 50;
}

/* positionsaenderung fuer Galerien im Beitrag */
.sectionZ .mod.modGallery .controls.sliding
{
    top: 18%;
}

.mod.modGallery .controls.sliding .buttons
{
    margin: 0;
    width: 100%;
    float: left;
}

.mod.modGallery .controls.sliding .prev
{ 	
	min-width: 40px;
	height: 140px;
    margin-left: 4px;
	visibility: visible;
    background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_gallery.png') no-repeat left 0;
}

.mod.modGallery .controls.sliding .prev:hover
{ 	
background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_gallery.png') no-repeat left -140px;
}

.mod.modGallery .controls.sliding .next
{
	min-width: 40px;
	float: right;
    height: 140px;
    margin-right: 3px;
	visibility: visible;
    background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_gallery.png') no-repeat right 0;
}

.mod.modGallery .controls.sliding .next:hover
{
    background: url('/static/img/bereich/fernsehen/das-erste/responsive/icon/arrow_gallery.png') no-repeat right -140px;
}