#plugin_container { 
width: 265px;
height: 120px;
position: relative;
background-attachment: scroll;
background-repeat: no-repeat;
background-image: url("../images/htc_hero_wallpaper_02.jpg");
background-position: 0% 0%;
background-color: transparent;
overflow-x: hidden;
overflow-y: hidden;
font-family: "Arial", "Verdana", "Tahoma", "Helvetica", sans-serif;
color: #ffffff;
}

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

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

#left_arrow {
    left:5px;
}

#right_arrow {
    right:6.5px;
}

#digital_container { 
background-attachment: scroll;
background-repeat: no-repeat;
background-image: url("../images/background.png");
background-color: transparent;
position: absolute;
top: 5px;
left: 0px [overridden];
background-position: 8% 15px;
height: 150px;
width: 500px;
z-index: 98;
}


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

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

#minutes {
    margin-left:4px;
}

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

.first_digit {
    width:40px;
    height:50%;
    position:absolute;
    top:0;
    left:15px;
    z-index:100;
}

.second_digit {
    width:40px;
    height:50%;
    position:absolute;
    top:0;
    left:52px;
    z-index:100;
}

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

#am_pm {
    position:absolute;
    top:156px;
    left:130px;
    z-index:110;
}

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

#weather #local, #weather .loading { 
float: left;
margin-top: 85px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 35px;
}

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

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

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

#weather #temp {
float:right;
margin-right:270px;
margin-top:75px;
margin-bottom:0;
margin-left:0;
text-align:right
}
#weather #date {
    font-size:11pt;
    padding-right:2px;
}

#forecast_container {
    width:500px;
    height:400px;
    background:url(../images/background_forecast.png) 10% 5% no-repeat;
    position:absolute;
    top:0;
    left:500px;
    z-index:98;
}

#forecast_container #current {
    width:400px;
    height:240px;
    margin-left:50px;
    position:relative;
}

#forecast_container .loading {
    margin:50px 0 0 50px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:116px;
    text-align:center;
}

#forecast_container #current .temp {
    font-size:16pt;
    margin-top:110px;
    float:left
}

#forecast_container #current .high_low {
    font-size:12pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    width:70%;
    text-align:center;
}

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

#forecast_container #forecast {
    width:400px;
    height:122px;
    list-style:none;
    margin:0 0 0 50px;
    padding:0;
}

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

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

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

#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;
}

