#container {
    /*float: left;*/
    margin: 0 auto;
    min-height: 630px;
    position: relative;
    width: 630px;
}
#container #view-horizontal {
    /*display: none;*/
    background: url("../images/view-horizontal.png") no-repeat scroll left top transparent;
    bottom: 20px;
    cursor: pointer;
    height: 58px;
    left: 20px;
    position: absolute;
    width: 44px;
    z-index: 10;
}
#container #view-horizontal:hover {
    background-position: 0 -58px;
}

#containerClone{
    display:none;
    position: absolute;
    top: 700px;
    left:0;
    z-index: 1000;
    background-color: #ffffff;
}