@font-face
{
    font-family: myBannerFont;
    src: url('/files/banner/fonts/liorah-bt-16992.ttf'),
    url('/files/banner/fonts/liorah-bt-16992.eot'); /* IE9 */
}
#banner {
  height: 153px;
}
.top-banner{
    width: 960px;
    height: 153px;
    overflow: hidden;
}
.abs{
    position: absolute;
}
.top-banner {
    position: absolute;

}
.bk{
    position: absolute;
}
.doctor{
    display: none;
    left: ;
    left: 50px;
    position: absolute;
}
.mic{
    display: none;
    transition: left 100ms;
    -webkit-transition:left 100ms;
    left: 743px;
    top: 9px;
    position: absolute;
}
.mic:hover{
    left: 747px;
}
.doctor-title{
    display: none;
    text-shadow: 1px 1px 2px #000000;
    width: 420px ;
    left: 195px;
    top: 40px;
    color: #ffffff;
    font-family: myBannerFont;
    font-size: 30px;

}
.web-title{
    display: none;
    text-shadow: 2px 2px 4px #000000;

    width: 500px;
    left: 241px;
    top: 93px;
    color: #ffffff;
    font-size: 30px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.live-show{
    display: none;
    width: 150px;

    left: 795px;
    top: 25px;

}
.live-show a{
    color: #ffffff;
    text-decoration: none;
    font-family: Arvo, Arial, Helvetica, sans-serif;
    font-size: 20px;

}
.live-show a:hover{
    font-weight: bold;
}

.shadowCSS { box-shadow: 12px 12px 7px rgba(0,0,0,0.5); }


.schedule-text{
    display: none;
    left: 795px;
    top: 70px;
    color: #ffffff;
    font-size: 12px;
    width: 155px;
}