.icon{
	width: 150px; height: 30px;
	/* DEFAULTS TO SUNNY */
	background: url(../_pics/weather_icon_sunny.gif) no-repeat center;
	}
	
	/*sunny, fair, day*/
	.icon-32, icon-34, icon-36 {
	background: url(../_pics/weather_icon_sunny.gif) no-repeat center;
	}
	
	/*fair, night*/
	.icon-31, icon-33 {
	background: url(../_pics/weather_icon_night.gif) no-repeat center;
	}
	
	/*partly cloudy, day*/
	.icon-28, .icon-30 {
	background: url(../_pics/weather_icon_partlycloudy.gif) no-repeat center;
	}
	
	/*partly cloudy, mostly cloudy, night*/
	.icon-27, .icon-29 {
	background: url(../_pics/weather_icon_partlycloudy_night.gif) no-repeat center;
	}
	
	/*cloudy, mostly cloudy, partly cloudy etc, foggy, haze (day or night)*/
	.icon-26, .icon-28, icon-44, .icon-20, .icon-21 {
	background: url(../_pics/weather_icon_mostlycloudy.gif) no-repeat center;
	}

	/*drizzle, showers*/
	.icon-9, .icon-11, .icon-12 {
		background: url(../_pics/weather_icon_rain.gif) no-repeat center;
	}
	
	/*isolated thundershowers*/
	.icon-37, icon-47 {
		background: url(../_pics/weather_icon_thunder.gif) no-repeat center;
	}
	
	/*thundershowers*/
	.icon-38, icon-39, icon-45 {
		background: url(../_pics/weather_icon_thundersome.gif) no-repeat center;
	}
	

	

