
#weather-contain {
	width:100%;
	display:none;
    position:absolute;
	height:100%;
	max-height:100%;
	z-index:9999;
	top:0px;
	left:0px;
}

#weather .close-weather {
	width:100%;
	display:block;
	background:url('../siteart/layout/close-ex.png') no-repeat center right;
	height:30px;
	border-bottom:1px #1D203E solid;
}

#weather {
    /*display:none;
    position:absolute;*/
    position:fixed;
    top:0;
	right:0;
    height:100%;
    z-index:9999;
    width:260px;
    overflow-x:none;
    overflow-y:auto;
    font-size:15px;
    background:#3a407e;
    color:#000;
	margin:0 !important;
	-moz-box-shadow:2px 0px 3px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:2px 0px 3px rgba(0, 0, 0, .4); 
	box-shadow:2px 0px 3px rgba(0, 0, 0, .4);
}

#weather div {width:240px; margin:15px auto;}













