.hs_container{
	position:relative;
	/*width:902px;*/
	height:471px;
	overflow:hidden;
	clear:both;
	border:2px solid #fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 3px #222;
	-webkit-box-shadow:1px 1px 3px #222;
	box-shadow:1px 1px 3px #222;
}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
	box-sizing: border-box;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 100%;
	height: 100%;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}
.hs_area1{
	border-right:2px solid #fff;
}
.hs_area4, .hs_area5{
	border-top:2px solid #fff;
}
.hs_area4{
	border-right:2px solid #fff;
}
.hs_area3{
	border-top:2px solid #fff;
}
.hs_area1{
	width: 48%;
	/*width:449px;*/
	height: 70%;
	/*height:334px;*/
	top:0px;
	left:0px;
}
.hs_area2{
	width: 52%;
	height: 35%;
	/*width:451px;*/
	/*height:165px;*/
	top:0px;
	/*left:451px;*/
	left: 48%;
}
.hs_area3{
	width: 52%;
	height: 35%;
	/*width:451px;
	height:167px;*/
	top:35%;
	left:48%;
	/*top:165px;
	left:451px;*/
}
.hs_area4{
	width: 25%;
	height: 30%;
	left: 0px;
	top: 70%;
	/*width:192px;
	height:135px;
	top:334px;
	left:0px;*/
}
.hs_area5{
	width: 75%;
	height: 30%;
	top: 70%;
	left: 25%;
	/*width:708px;
	height:135px;
	top:334px;
	left:194px;*/
}