.hs_container{
	position:relative;
	width:600px;
	height:300px;
	overflow:hidden;
	clear:both;
	border:2px solid #fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 6px #222;
	-webkit-box-shadow:1px 1px 6px #222;
	box-shadow:1px 1px 6px #222;
	top:0px;
	margin:30px auto;
}
.hs_container img{
	-moz-box-shadow:0px 4px 4px 0px #222 !important;
	-webkit-box-shadow:0px 4px 4px 0px #222 !important;
	box-shadow:0px 2px 4px 0px #222 !important;
}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
div#hs_container img{
	padding:8px;
}
.hs_area img.hs_visible{
	display:block;
	z-index:180;
}
.hs_area1, .hs_area2{
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
.hs_area3{
	border-top:2px solid #fff;
	-moz-box-shadow:0px 4px 4px 0px #222;
}
.hs_area4, .hs_area5{
	border-top:2px solid #fff;
}
.hs_area4{
	border-right:2px solid #fff;
}
.hs_area1{
	width:200px;
	height:290px;
	top:0px;
	left:0px;
}
.hs_area2{
	width:200px;
	height:290px;
	top:0px;
	left:200px;
}
.hs_area3{
	width:200px;
	height:290px;
	top:0px;
	left:400px;
}
.hs_area4{
	width:192px;
	height:135px;
	top:334px;
	left:0px;
}
.hs_area5{
	width:708px;
	height:135px;
	top:334px;
	left:194px;
}