.hs_container{
	position:relative;
	width:940px;
	height:400px;
	overflow:hidden;
	clear:both;
	cursor:pointer;
	
}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	
}

.hs_area1{
	width:630px;
	height:300px;
	top:0px;
	left:0px;
}
.hs_area2{
	width:310px;
	height:200px;
	top:0px;
	left:630px;
}
.hs_area3{
	width:310px;
	height:100px;
	top:200px;
	left:630px;
}
.hs_area4{
	width:310px;
	height:100px;
	top:300px;
	left:0px;
}
.hs_area5{
	width:630px;
	height:100px;
	top:300px;
	left:310px;
}