#header {
    background-image: url("../images/header_bg.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 151px;
    width: 974px;
}
#logo {
    float: left;
    padding-left: 12px;
    width: 310px;
}
#nowPlayingHeader {
    background-color: #ebebeb;
    float: left;
    height: 120px;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 635px;
}
#playerLeft {
    float: left;
    width: 635px;
}
#playerMiddle {
    background-image: url("../dh/images/player_divider.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 65px;
    width: 25px;
}
#playerRight {
    float: left;
    padding-left: 0;
    padding-top: 0;
}
#progStationTabs {
    float: left;
    width: 635px;
}
.ui-corner-all {
    border-radius: 0;
}
.listenbtn {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    position: relative;
}
.stationtimes {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
}