#tinyweather .tag {
	float:left;
	text-align:center;
	width:20%;
	padding-top:20px;
	overflow:hidden;
	font-size:12px;
}


#tinyweather.highlightedbox .tag {
	width:25%;
	height:150px;
}


#tinyweather .tag .wettericon {
	display:inline-block;
	width:50px;
	height:50px;
	background: transparent url(//tramino.s3.amazonaws.com/s/haubers/558460/wettericons.png);
}

#tinyweather .tag .wettericon.case2 { background-position:-50px 0; }
#tinyweather .tag .wettericon.case3 { background-position:-100px 0; }

#tinyweather .tag .wettericon.case4 { background-position:0px -50px; }
#tinyweather .tag .wettericon.case5 { background-position:-50px -50px; }
#tinyweather .tag .wettericon.case6 { background-position:-100px -50px; }

#tinyweather .tag .wettericon.case7 { background-position:0px -100px; }
#tinyweather .tag .wettericon.case8 { background-position:-50px -100px; }
#tinyweather .tag .wettericon.case9 { background-position:-100px -100px; }

#tinyweather .tag .wettericon.case10 { background-position:0px -150px; }
#tinyweather .tag .wettericon.case11 { background-position:-50px -150px; }
#tinyweather .tag .wettericon.case12 { background-position:-100px -150px; }

#tinyweather .tag .wettericon.case13 { background-position:0px -200px; }
#tinyweather .tag .wettericon.case14 { background-position:-50px -200px; }
#tinyweather .tag .wettericon.case15 { background-position:-100px -200px; }


#tinyweather .tag .wettericon.sk {
	display:inline-block;
	width:100px;
	height:100px;
	background: transparent url(//tramino.s3.amazonaws.com/s/haubers/565958/wettericons.png);
}

#tinyweather .tag .wettericon.sk.case2 { background-position:-100px 0; }
#tinyweather .tag .wettericon.sk.case3 { background-position:-200px 0; }

#tinyweather .tag .wettericon.sk.case4 { background-position:0px -100px; }
#tinyweather .tag .wettericon.sk.case5 { background-position:-100px -100px; }
#tinyweather .tag .wettericon.sk.case6 { background-position:-200px -100px; }

#tinyweather .tag .wettericon.sk.case7 { background-position:0px -200px; }
#tinyweather .tag .wettericon.sk.case8 { background-position:-100px -200px; }
#tinyweather .tag .wettericon.sk.case9 { background-position:-200px -200px; }

#tinyweather .tag .wettericon.sk.case10 { background-position:0px -300px; }
#tinyweather .tag .wettericon.sk.case11 { background-position:-100px -300px; }
#tinyweather .tag .wettericon.sk.case12 { background-position:-200px -300px; }

#tinyweather .tag .wettericon.sk.case13 { background-position:0px -400px; }
#tinyweather .tag .wettericon.sk.case14 { background-position:-100px -400px; }
#tinyweather .tag .wettericon.sk.case15 { background-position:-200px -400px; }

#tinyweather .tag.sk {
	width:30%;
	padding-top:20px;
	height:200px;
}

#tinyweather .tag.sk span {
	width: 100px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	margin-top: 15px;
}

#tinyweather .tag a, #tinyweather .tag a:hover {
	color:#999;
	text-decoration:none;
}