#hourly {
    display: none;
}

#zoom {
    z-index: 2;
}

p.alt {
    position: relative;
    border-top: 2px solid #ddd;
    padding-top: 10px;
    text-align: center;
}

p.alt a {
    display: inline-block;
    cursor: pointer;
    width: 154px;
    height: 19px;
    margin-top: 5px;
    padding-top: 5px;
    background: url( /global/media/button.png ) no-repeat left top;
    border: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

p.alt a:active {
    background-position: left bottom;
}