.gembaWeather {
	background-color: #003366;
	padding: 8px 0px;
	text-align: center;
	position: relative;
	height: auto;
	overflow: hidden;
}
.gembaWeather * {
	font-family: Verdana;
	font-size:	9px;
	color: #ffffff;
}
.gembaWeather img {
	width: 40px;
	height: 40px;
	background: #336699;	
}
.gembaWeather > .head {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
}
.gembaWeather .current {
	text-align: left;
}
.gembaWeather .current > * {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.gembaWeather .current .image {
	width: 33%;
	float: left;
	text-align: center;
}
.gembaWeather .forecast {
	clear: both;
	padding-top: 4px;
}
.gembaWeather .forecast > div {
	float: left;
	text-align: center;
	width: 33%;
}
.gembaWeather .forecast > div > * {
	display: block;
}
.gembaWeather .forecast .head {
	font-size: 10px;
	font-weight: bold;
}

.gembaWeather .roundedCorner {
	background-image: url("hole.png");
	width: 8px;
	height: 8px;
	position: absolute;
}
.gembaWeather .roundedCorner.tl {
	top: 0px;
	left: 0px;
	background-position: 0% 0%;
}
.gembaWeather .roundedCorner.tr {
	top: 0px;
	right: 0px;
	background-position: 100% 0%;
}
.gembaWeather .roundedCorner.bl {
	bottom: 0px;
	left: 0px;
	background-position: 0% 100%;
}
.gembaWeather .roundedCorner.br {
	bottom: 0px;
	right: 0px;
	background-position: 100% 100%;
}
