#events-promotion-banners-container{
    height: 48px; /*width: 100%;*/
    display: none;
    position: relative;
    overflow: hidden;
}
#events-promotion-banners-container.open{
    height: 140px;
}
#events-promotion-banners-container img{ z-index: 1; position: absolute; top: 0px; }
#events-promotion-banners-container img.closed-image{ z-index: 6; }
#events-promotion-banners-container img.opened-image{ z-index: 4; }
#events-promotion-banners-container .epb-blend{
    z-index: 100; width: 100%; height: 11px;
    position: absolute; bottom: 0px; left: 0px;
    background:url('/sites/all/modules/custom/events_promotion_banners/images/banner_bg_blend.png') left bottom repeat-x;
}

#events-promotion-banners-container .epb-close{ display: none; z-index: 2; cursor: pointer; }
#events-promotion-banners-container.open .epb-close{
    display: block;
    height: 11px; width: 11px;
    background:url('/sites/all/modules/custom/events_promotion_banners/images/close-cross.png');
    position: absolute;
    right: 112px; top: 5px;
}
#events-promotion-banners-container .banner-map{ position: absolute; z-index: 5; }