.jv_weather_current{	
	overflow:hidden;	
}
.wrap_jv_weather{}
.jv_current_left{
	float:left;
	width:auto;
}
.jv_current_left p.jv_current_temp{
	font-size:18px;
	margin-top:10px;
	text-align:center;
}
.jv_current_left p.jv_oncurr_temp{
	margin-top:40px;
}
.jv_current_right{
	float:left;
	margin-left:10px;
	max-width: 70%;	
}
.jv_current_right h2{
	margin:4px 0;
	font-size:210% !important;
}
.jv_weather_forecast{
	margin:12px 0 0;
	clear:both;
	width:auto;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
ul.jv_weather_forecast li.jv_wfday{	
	float:left;
	width:49%;
}
li.jv_wfday div.jv_weather_fday{
	padding-left:6px;	
	margin-right:6px;
}
div.jv_weather_fday span.jv_weather_day{
	font-style:italic;
	font-weight:bold;
	text-align:center;
	display:block;
}
div.jv_weather_fday img{
	display:block;
	margin:0 auto;
}
li.jv_bfday{
	border-left:1px solid #DDDDDD;	
}
div.jv_weather_fday p.jv_weather_temp{
	margin:6px 0 0;
	text-align:center;	
}
p.jv_weather_temp span.jv_wtemp_high{
	padding:2px;
	font-size:10px;	
}
p.jv_weather_temp span.jv_wtemp_low{
	padding:2px;
	font-size:10px;	
	background:#666666;
	color:#FFFFFF;
}