#plugin_container {
	width: 630px;
	height: 124px;
	position: relative;
	overflow: hidden;
	font-family: Tahoma;
	color: #fff;
	float: left;
}
#plugin_container p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	float: left;
}

#forecast_container {
	background-position: 50% 100%;
	width: 630px;
	height: 124px;
	background: no-repeat 50% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	float: left;
}
#forecast_container #current {
	width: 200px;
	height: 124px;
	position: relative;
	float: left;
}

#forecast_container .loading {
	margin: 20px 0 0 20px;
}

#forecast_container #forecast {
	width: 280px;
	height: 70px;
	list-style: none;
	margin: 15px 0 0 0px;
	padding: 0;
	float: left;
	text-align: center;
}
#forecast_container #forecast li {
	background-position: 0px 10px;
	width: 19%;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-right: 0px;
	background-image: url('../images/forcast-back.png');
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	height: 85px;
}
#forecast_container #forecast li p {
	width: 50px;
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 30px;
}
#forecast_container #forecast li img {
	width: 50px;
	float: left;
}
#forecast_container #update {
	text-align: center;
	margin-top: 106px;
	font-size: 11px;
	float: right;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

#newrightdiv{
	float: left; width: 300px; height: 124px;
}
#newrightdivbtm{
	float: left;
	width: 400px;
	padding-left: 0px;
	padding-top: 15px;
	height: 20px;
}

#newrightdivbtm p{
	padding-right: 12px;
}

#newrightdivbtm .city{
	font-weight: bold;
	font-size: 12px;
}