.plugin-weather-title{
	border-bottom: 1px solid #ccc;
    color: #379fee;
    font-size: 22px;
    height: 59px;
    letter-spacing: 1px;
    line-height: 70px;
    padding-left: 30px;
    text-align: left;
}
.plugin-weather-one{
	margin-top:33px;
}
.horizontal-item,
.vertical-item{
	position:relative;
	margin:auto;
}
.horizontal-item{ width:637px;}
.vertical-item{
	width:301px;
}
.weather-grey-mask{
	background:#A4C1DF;
	opacity:0.5;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:333;
	display:block;
	cursor:pointer;
	display:none;
}
.horizontal-item:hover .weather-grey-mask,
.vertical-item:hover .weather-grey-mask{ display:block;}

.weather-chose-btn{
	bottom: 0;
    color: #6e4c0d;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 33px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 555;
	background:#EBAD3C;
}
.weather-chose-btn em{
	font-style: normal;
    letter-spacing: -6px;
    margin-left: 7px;
}