/* Unchanged */
.hs_container {
	position:relative;
	width:1000px;
	height:350px;
	overflow:hidden;
	clear:both;
	cursor:pointer;
	z-index:99;
}
.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;
	z-index:9999;
}
.hs_area1 {
	border-bottom:2px solid #fff;
}
.hs_area2 {
	border-left:2px solid #fff;
}
.hs_area3 {
	border-left:2px solid #fff;
}
.hs_area1 {
	width:500px;
	height:173px;
	top:0px;
	left:0px;
}
.hs_area2 {
	width:248px;
	height:350px;
	top:0px;
	left:500px;
}
.hs_area3 {
	width:248px;
	height:350px;
	top:0px;
	left:750px;
}
.hs_area4 {
	width:500px;
	height:175px;
	top:175px;
	left:0px;
}
.hs_area5 {
	width:708px;
	height:135px;
	top:334px;
	left:194px;
}
