@charset "utf-8";
/* CSS Document */

.hs_container{
	margin:20px 30px 0px 0px;
	position:relative;
	width:250px;
	height:600px;
	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;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}


.hs_area1{
	width:98px;
	height:400px;
	top:0px;
	left:0px;
	border-right:2px solid #fff;
}
.hs_area2{ 
	width:150px;
	height:165px;
	top:0px;
	left:100px;
}
.hs_area3{ 
	width:150px;
	height:233px;
	top:165px;
	left:100px;
	border-top:2px solid #fff;
}
.hs_area4{
	width:148px;
	height:198px;
	top:400px;
	left:0px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
.hs_area5{
	width:100px;
	height:198px;
	top:400px;
	left:150px;
	border-top:2px solid #fff;
}