.miniweatherbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	height: 100px;
	width: 200px;
	background-image: url(/images/weather/pics/minibg.png);
	background-repeat: no-repeat;
}
.minimarquee {
	width: 200px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.wpic {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 70;
	height: 75px;
	width: 75px;
	float: right;
}
.miniweatherbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	top: -10px;
}
#wtext {
	position:absolute;
	width:125px;
	height:52px;
	z-index:71;
	margin: 0px;
	font-size: 36px;
	color: #FF0000;
	line-height: 26px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: center;
	font-style: normal;
	font-family: monospace;
}
#weatherinfo {
	position:absolute;
	width:200px;
	height:100px;
	z-index:888;
	top: 0px;
	float: none;
	overflow: hidden;
	right: 0px;
}