#yw-forecast{
	clear:both;
	position:relative;
	width:185px;
	height:110px;
	margin-bottom:15px;
}
#yw-forecast h3 {
	position:absolute;
	top:95px;
	color:#333;
	text-shadow:#315895 0 -1px 1px;
	font-weight:bold;
	padding:5px 5px 2px 5px;
	z-index:10;
	font-size:12px;
}
/*#yw-forecast .forecast-temp{position:absolute;top:20px;width:190px;left:-5px;height:120px;background:url(http://l.yimg.com/a/i/us/nws/weather/wdgt_day.png) no-repeat;_background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/us/nws/weather/wdgt_day.png',sizingMethod='crop');}
#yw-forecast.night .forecast-temp{background:url(http://l.yimg.com/a/i/us/nws/weather/wdgt_night.png) no-repeat;_background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/us/nws/weather/wdgt_night.png',sizingMethod='crop');}*/
#yw-forecast .forecast-temp{
	position:absolute;
	top:20px;
	width:190px;
	left:-5px;
	height:100px;
	background:url(../images/weather/wdgt_day.png) no-repeat;
	_background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/weather/wdgt_day.png',sizingMethod='crop');}
#yw-forecast.night .forecast-temp{background:url(../images/weather/wdgt_night.png) no-repeat;_background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/weather/wdgt_night.png',sizingMethod='crop');}
#yw-forecast .forecast-temp h3{
	position:absolute;
	top:0px;
	left:130px;
	color:#FFF;
	text-shadow:#315895 0 -1px 1px;
	font-weight:bold;
	font-size:28px;
	padding:5px 5px 2px 0;
	z-index:10
}
#yw-forecast .forecast-temp p{
	position:absolute;
	text-align:right;
	top:40px;
	width:180px;
	color:#FFF;
	font-size:14px;
	text-shadow:#315895 0 -1px 1px;
	z-index:10
}
#yw-forecast .forecast-icon{
	position:absolute;
	top:-15px;
	left:-25px;
	width:180px;
	height:120px;
	background-repeat:no-repeat;
	z-index:1
}
