#plugin_container {
    width:250px;
    height:210px;
    position:relative;
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:#fff;
	right:-80px;
	top:-20px;
}

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

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

#left_arrow {
    left:5px;
}

#right_arrow {
    right:5px;
}

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


#watch {
    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:relative;
	top:10px;
	left:0;
	z-index:99;
}

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

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

.line {
	width:88px;
	height:2px;
	background:#efefef;
	position:absolute;
	top:58px;
	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:0;
    z-index:105;
    color:#fff;
}

#weather #local, #weather .loading {
    float:left;
    margin:43px 0 0 20px;
}

.city {
	font-weight:bold;
	font-size:11pt;
	text-align:left;
}

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

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

#weather #temp {
    float:right;
    margin:43px 20px 0 0;
    text-align:right;
}

#weather #date {
    font-size:10pt;
	/*padding-right:0px;*/
}

#forecast_container {
    width:250px;
    height:200px;
    background:url(../images/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:250px;
    z-index:98;
}

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

#forecast_container .loading {
	margin: 65px 60px 0 0;
}

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

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

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

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

#forecast_container #current .city
{
	margin-top:18px;
	font-size:14px;
	font-weight: bold;
}

#forecast_container #current .text {
    margin-top:4px;
	font-size:11px;
}

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

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

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

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

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

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