/************  MODULE-DESIGN: PREMIUM  ************/

.modConGallery .modHead .info
{
  display: none;
}

.modConGallery .modGallery
{
  display: none;
}

.modConGallery .modGallery.hasPlayer
{
  display: block;
}

.modGallery
{

}

.modGallery .box
{

}

.modGallery .ressort
{
	display : none;
}

.mod.modGallery  .mediaCon
{ 
	width: 100%;
	margin: 0 0 8px 0;
}

.modGallery .mediaLink{

}

.modGallery .mediaCon .img
{ 

}

.modGallery .icon
{ 

}

.modGallery .marke
{ 

}

.modGallery .dachzeile
{ 	
	display : none;
}

.modConGallery .modHead h2.headline
{
	font-size: 1.5em;
}

.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: 15%;
    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;
}