.hs_container
{
    position: relative;
    width: 580px;
    height: 258px;
    overflow: hidden;
    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;
    z-index: 9999;
}
.hs_area1
{
    border-right: 2px solid #fff;
}
.hs_area3
{
    border-top: 2px solid #fff;
}
.hs_area4
{
    border-left: 2px solid #fff;
}
.hs_area1
{
    width: 192px;
    height: 258px;
    top: 0px;
    left: 0px;
}
.hs_area2
{
    width: 192px;
    height: 128px;
    top: 0px;
    left: 194px;
}
.hs_area3
{
    width: 192px;
    height: 128px;
    top: 130px;
    left: 194px;
}
.hs_area4
{
    width: 192px;
    height: 258px;
    top: 0px;
    left: 386px;
}
