@charset "UTF-8";

/* IE8 hacks */

.groupBtn .dropdownMenu {
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#808080, Strength=4, Direction=135);
}

#epgArea .ie8LeftShadow {
    width: 135px;
    height: 100%;
    position: absolute;
    left: -136px;
    top: 0;
    z-index: 80;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#808080, Strength=6, Direction=90);
    background: #e6e3e0;
}

#epgArea .ie8RightShadow {
    width: 135px;
    height: 100%;
    position: absolute;
    right: -130px;
    top: 0;
    z-index: 80;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#808080, Strength=9, Direction=270);
    background: #e6e3e0;
}

.timezoneCarousel .timezoneCarouselSlider {
    height: 280px;
}

div.teaserContent div.episodeInfo div.fadeOut {
    display: none;
}