#plugin_container {
    width:250px;
    height:210px;
    position:relative;
	left:-20px;
	top:-20px;
    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:110px;
    z-index:200;
    cursor:pointer;
}

#left_arrow {
    left:2px;
	display:none;
}

#right_arrow {
    right:2px;
	display:none;
}

#digital_container {
    width:250px;
    height:180px;
    /*background:url(images/background_meteo.png) 50% 40px no-repeat;*/
    position:absolute;
    top:20px;
    left:0;
    z-index:98;
	display:none;
}


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

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

#minutes {
    margin-left:2px;
}

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

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

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

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

#am_pm {
    position:absolute;
    top:78px;
    left:65px;
    z-index:110;
}

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

#weather #local, #weather .loading {
    float:left;
    margin:32px 0 0 22px;
}

.city {
    font-weight:bold;
    font-size:11px;
}

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

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

#weather #temp {
    float:right;
    margin:32px 22px 0 0;
    text-align:right;
}

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

#forecast_container {
    width:250px;
    height:200px;
    background:url(images/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:0px; /*IMPOSTARE LEFT:250PX ed eliminare i display:none di riga 25 30 41 per visualizzare l'effetto  */
    z-index:98;
}

#forecast_container #current {
    width:200px;
    height:120px;
    margin-left:25px;
    position:relative;
}

#forecast_container .loading {
    margin:75px 0 0 35px;
}

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

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

#forecast_container #current .high_low {
    font-size:8pt;
    clear:both;
	position:relative; 
	top:-2px;
}

#forecast_container #current .city, #forecast_container #current .text {
    width:100%;	
	font-size:10px;
    text-align:center;
	line-height:1em;
	position:relative;
	top:20px;
}

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

#forecast_container #forecast {
    width:200px;
    height:61px;
    list-style:none;
    margin:0 0 0 25px;
    padding:0;
}

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

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

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

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


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