#plugin_container {
    width:300px;
    height:46px;/*height:240px;*/
    position:relative;
    /*background:url(../images/htc_hero_wallpaper_02.jpg);*/
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    /*color:#fff;*/
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {
    position:absolute;
    top:120px;
    z-index:200;
    cursor:pointer;
}

#left_arrow {
    left:2px;
    display: none;
}

#right_arrow {
    right:2px;
    display: none;
}

#digital_container {
    width:300px;
    height:123px;/*height:240px;*/
    /*background:url(../images/background.png) 50% 24px no-repeat;*/
    position:absolute;
    /*top:40px;*/
    left:0;
    /*z-index:98;*/
}


#clock {
    float:left;
    margin-left:30px;
    display: none;
}

#hours, #minutes {
    width:120px;
    height:120px;
    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;
}

#hours_bg > img, #minutes_bg > img 
{
    width: 120px;
    height: 120px;
}

.first_digit {
    /*width:80px;*/
    width:48px;
    height:120px;
    position:absolute;
    top:0;
    left:12px;
    z-index:100;
}

.second_digit {
    /*width:80px;*/
    width:48px;
    height:120px;
    position:absolute;
    top:0;
    left:60px;
    z-index:100;
}

.line {
    width:105px;
    height:2px;
    background:#efefef;
    position:absolute;
    top:59px;
    left:8px;
    z-index:101;
    font-size:1px;
    display: none;
}

#am_pm {
    position:absolute;
    top:94px;
    left:78px;
    z-index:110;
}

#weather {
    width:100%;
    height:46px;
    position:absolute;
    /*top:84px;*/
    left:0;
    /*z-index:105;*/
    /*color:#fff;*/
}

#weather > img 
{
    margin: 0 10px;
    width: 60px;
    height: 46px;
}

#weather #local, #weather .loading 
{
    position: absolute;
    top: 0px;
    left: 70px;
    font-size: 10pt;
}

.city {
    font-weight:bold;
}

.temp {
    font-size:28pt;
    padding:0;
    line-height:28pt;
}

.temp .metric {
    margin-left:-2px;
}

#weather #temp {
    position: absolute;
    top: 5px;
    right: 90px;
    text-align:right;
}

#weather #temp img{ position:absolute; right:-28px;}

#weather #date {
    font-size: 9pt;
    padding-right:1px;
    position:absolute;
    top:18px;
    right:-70px;
}

#forecast_container {
    width:300px;
    height:240px;
    background:url(../images/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:300px;
    z-index:98;
    display: none;
}

#forecast_container #current {
    width:240px;
    height:144px;
    margin-left:30px;
    position:relative;
}

#forecast_container #current > img 
{
    position: absolute;
    left: 30px;
    width: 180px;
    height: 123px;
}

#forecast_container .loading {
    margin:78px 0 0 42px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:70px;
    text-align:center;
}

#forecast_container #current .temp {
    font-size:18pt;
    margin-top:66px;
    float:left;
}

#forecast_container #current .high_low {
    font-size:8pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text 
{
    font-size: 9pt;
    width:100%;
    text-align:center;
}

#forecast_container #current .text {
    margin-top:3px;
}

#forecast_container #forecast {
    width:240px;
    height:73px;
    list-style:none;
    margin:0 0 0 30px;
    padding:0;
}

#forecast_container #forecast li {
    width:25%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:18px;
    margin:0;
    padding:0;
    font-size:9pt;
    line-height:18px;
}

#forecast_container #forecast li img {
    width:58px;
}

#forecast_container #update {
    text-align:center;
    margin-top:4px;
    font-size:9px;
}

#forecast_container #update img {
    margin:0px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
