#plugin_container{
    position:relative;
    width:100%;
    height:270px;
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:#fff;
    font-size: 9px;
    line-height:normal;
    direction:ltr;
}

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

#left_arrow, #right_arrow {
    position:absolute;
    top:150px;
    z-index:200;
    cursor:pointer;
}

#left_arrow {
    left:0;
}

#right_arrow {
    right:0px;
}

#digital_container {
    width:318px;
    height:229px;
    background:url(../images/background.png) 50% 40px no-repeat;
    position:absolute;
    top:40px;
    left:0;
    z-index:98;
}


#clock {
    float:left;
    margin-left:30px;
    margin-top: 16px;
}

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

#minutes {
    margin-left:5px;
}

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

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

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

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

#am_pm {
    position:absolute;
    top:102px;
    left:88px;
    z-index:110;
}

#weather {
    width:100%;
    height:150px;
    position:absolute;
    top:88px;
    left:0;
    z-index:105;
    color:#fff;
}

#weather #local, #weather .loading {
    float:left;
    margin:60px 0 0 27px;
}

.city {
    font-weight:bold;
    font-size:9pt;
}

.temp {
    font-size:16pt;
    padding:0;
}

.temp .metric {
    margin-left:-3px;
}

#weather #temp {
    float:right;
    margin:60px 27px 0 0;
    text-align:right;
}

#weather #date {
    font-size:8pt;
    padding-right:2px;
}

#forecast_container {
    width:318px;
    height:255px;
    background:url(../images/background_forecast.png) 50% 23px no-repeat;
    position:absolute;
    top:0;
    left:500px;
    z-index:98;

}

#forecast_container #current {
    width:255px;
    height:156px;
    margin-left:41px;
    position:relative;
}

#forecast_container .loading {
    margin:85px 0 0 45px;
}

#forecast_container #current .high_low {
    font-size:9pt;    
    float:left;
    clear:both;    
}

#forecast_container #current .temp {
    font-size:19pt;
    margin-top:67px;
    float:left;    
    clear:both;    
}
#forecast_container #current .city, #forecast_container #current .text {
   float:left;
    clear:both;   
    width:100%;
    text-align:center;
}

#forecast_container #current .text {
    margin-top:6px;
}

#forecast_container #forecast {
    width:260px;
    height:78px;
    list-style:none;
    margin:0 0 0 28px;
    padding:0;
}

#forecast_container #forecast li {
    width:50%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:17px;
    margin:0;
    padding:0;
    font-size:8pt;
    line-height:17px;
}

#forecast_container #forecast li img {
    width:61px;
}

#forecast_container #update {
    text-align:center;
    margin-top:2px;
    font-size:10px;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}