#plugin_container {
    width:111px;
    height:71px;
    position:relative;
    background: transparent;
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:#000;
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {}

#left_arrow {}

#right_arrow {}

#digital_container {
    width:110px;
    height:70px;
    background:url(../images/background.png) 0px 7px no-repeat;
    position:absolute;
    top:4px;
    left:0;
    z-index:98;
}


#clock {
    float:left;
    margin-left:7px;
}

#hours, #minutes {
    width:40px;
    height:40px;
    float:left;
    position:relative;
}

#minutes {
    margin-left:4px;
}

#hours_bg, #minutes_bg {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:99;
}

.first_digit {
    width:16px;
    height:100%;
    position:absolute;
    top:0;
    left:3px;
    z-index:100;
}

.second_digit {
    width:16px;
    height:100%;
    position:absolute;
    top:0;
    left:20px;
    z-index:100;
}

.line {
    width:37px;
    height:1px;
    background:#efefef;
    position:absolute;
    top:18px;
    left:2px;
    z-index:101;
    font-size:1px;
}

#am_pm {}

#weather {}

#weather #local, #weather .loading {}

.city {}

.temp {}

.temp .metric {}

#weather #temp {}

#weather #date {}

#forecast_container {}

#forecast_container #current {}

#forecast_container .loading {}

#forecast_container #current .temp, #forecast_container #current .high_low {}

#forecast_container #current .temp {}

#forecast_container #current .high_low {}

#forecast_container #current .city, #forecast_container #current .text {}

#forecast_container #current .text {}

#forecast_container #forecast {}

#forecast_container #forecast li {}

#forecast_container #forecast li p {}

#forecast_container #forecast li img {}

#forecast_container #update {}

#forecast_container #update img {}
