#plugin_container {
    width:220px;
    height:310px;
    position:relative;
   /* background:url(../images/htc_hero_wallpaper_02.jpg);*/
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:Gray;
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {
    position:absolute;
    top:85px;
    z-index:200;
    cursor:pointer;
    display:none;
}

#left_arrow {
    left:5px;
}

#right_arrow {
    right:5px;
}

#digital_container {
    width:220px;
    height:200px;
    background:url(images/background.png) no-repeat;
    position:absolute;
    margin-top:5px;
    margin-left:0px;
    z-index:98;
}


#clock {
    float:left;
    margin-left:30px;
}

#hours, #minutes {
    width:80px;
    height:80px;
    float:left;
    position:relative;
}

#minutes {
    margin-left:8px;
}

#hours_bg, #minutes_bg {
    width:100%;
    height:100%;
    position:absolute;
    top:5px;
    left:0px;
    z-index:99;
}

.first_digit {
    width:30px;
    height:100%;
    position:absolute;
    top:5px;
    left:10px;
    z-index:100;
}

.second_digit {
    width:30px;
    height:100%;
    position:absolute;
    top:5px;
    left:40px;
    z-index:100;
}

.line {
    width:70px;
    height:2px;
    background:#efefef;
    position:absolute;
    top:43px;
    left:5px;
    z-index:101;
    font-size:1px;
}

#am_pm {
    position:absolute;
    top:156px;
    left:130px;
    z-index:110;
}

#weather {
    width:100%;
    height:100%;
    position:absolute;
    top:65px;
    left:0;
    z-index:105;
    color:#fff;
}

#weather #local, #weather .loading {
    float:left;
    margin:83px 0px 0 5px;
    position:absolute;
}

.city {
    font-weight:bold;
    font-size:11pt;
    padding-top:50px;
    color:#AAEBFF; 
}

.temp {
    font-size:22pt;
    padding-top:15px;
    color:#AAEBFF; 

}

.temp .metric {
    margin-left:-3px;
    color:#AAEBFF; 
}

#weather #temp {
    float:right;
    margin: 70px 5px 0 0;
    text-align:right;
    position:relative;
    color:#AAEBFF;    
}

#weather #date {
    font-size:11pt;
    padding-right:2px;
   position:relative;
   left:0px;
}

#forecast_container {
    width:220px;
    height:210px;
  /*  background:url(images/background_forecast.png) 50% 100% no-repeat;*/
    position:absolute;
    padding-top:120px;
    float:left;
    z-index:98;
}

#forecast_container #current {
    width:220px;
    height:200px;
    position:relative;
}

#forecast_container .loading {
    margin:80px 0 0 5px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:116px;
    text-align:left;
}

#forecast_container #current .temp {
    font-size:32pt;
    margin-top:100px;
    float:left
}

#forecast_container #current .high_low {
    font-size:12pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    width:100%;
    text-align:left;
}

#forecast_container #current .text {
    margin-top:6px;
}

#forecast_container #forecast {
    width:200px;
    height:122px;
    padding-top:80px;
    text-align:left;
    margin-left:20px;
    list-style:none;
    left:0px;
}

#forecast_container #forecast li 
{
    margin-left:-5px;
    width:80px;
    height:100%;
    float:left;
    text-align:left;
}

#forecast_container #forecast li p {
    width:100%;
    height:30px;
    font-size:11pt;
  /*  line-height:30px;*/
    text-align:left;
}

#forecast_container #forecast li img {
    width:80px;
    text-align:left;
    float:left; 
   /* padding-left:0px;*/

}

#forecast_container #update {
    text-align:center;
    margin-top:10px;
    font-size:11px;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
