#plugin_container {
    width:190px;
    height:150px;
    position:relative;
    background: url(../images/page/alt_page_havaDurumu.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:70px;
    z-index:200;
    cursor:pointer;
}

#left_arrow {
    left:5px;
}

#right_arrow {
    right:5px;
}

#digital_container {
    width:190px;
    height:150px;
    background:url(../images/background.png)  no-repeat;
    position:absolute;
    left:0;
    z-index:98;
}


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

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

#minutes {
    margin-left:4px;
}

#hours_bg {
    width:88px;
    height:72px;
    position:absolute;
    top:0;
    left:6px;
    z-index:99;
}
#minutes_bg
{
	width:88px;
    height:72px;
    position:absolute;
    top:0;
    left:0px;
    z-index:99;
}
.first_digit {
    width:40px;
    height:100%;
    position:absolute;
    top:0;
    left:5px;
    z-index:100;
}

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

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

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

#weather {
    width:190px;
    height:140px;
    position:absolute;

    left:0;
    z-index:105;
    color:#fff;
	padding:0px;
}

#weather #local, #weather .loading {
    float:left;
	width: 190px;
    margin-top: 65px;
/*	margin-left: 20px;*/
	text-align: center;
}
.loading { font-size: 12px; }
.city {
    font-weight:bold;
    font-size:10px;
}

.temp {
	margin-top: 80px;
    font-size:14px;
    padding:0;
/*	text-align: center;*/
	font-weight: bold;
}

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

#weather #temp {
    margin-top: 80px;
    font-size:14px;
    padding:0;
	text-align: center;
}

#weather #date {
    font-size:14px;
    padding-right:2px;font-weight: bold;
}

#forecast_container {
    width:184px;
    height:125px;
    background:url(../images/background.png) 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:130px 0 0 70px;
}

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

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

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

#forecast_container #current .city, #forecast_container #current .text {
    width:100%;
    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;
}
