
div#onairnow_wrapper {
    height: 210px;
    margin-left: 0;
    width: 312px;
    position: relative;
    padding-top: 1px;
}

div#onairnow_text_wrapper {
    top: 52px;
    left: 22px;
    position: absolute;
    max-width: 278px;
    border: 0px solid red;
    max-height: 110px;
    overflow: hidden;
}

div.nextshow_line {
    font-size: 8pt;
    height: 14px;
    overflow: hidden;
    color: #006A71;
    margin: 10px 0px 4px 0px;
}

div#current_show_title {
    color: #006A71;
    font-size: 15pt;
    font-weight: normal;
}
div#current_show_title a {
    color: #006A71;
    text-decoration: none;
}
div#current_show_title a:hover {
    color: #006A71;
    text-decoration: underline;
}
div#current_show_description {
    border: 0px solid green;
    color: black;
    font-size: 10pt;
    width: 180px;
    line-height: 1.25em;
}

div#current_show_icon {
    border: 0px solid #006A71;
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 80px;
    width: 80px;
    background: white;
}
div#current_show_icon img {
	height: 80px;
    width: 80px;
}


div#buttons_container {
    color: #FFFFFF;
    font-size: 12px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 22px;
}
.button {
    float: left;
    height: 32px;
    margin-right: 3px;
    position: relative;
}
.button_link {
    text-decoration: none;
}

