
div#example {
    width: 800x;
    margin-bottom: 50px;
    }

div#example ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div#example ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }



div#example ul.layers {
    width: 730px;
    float:left;
    height: 234px;
    background: #FFF;
    
    }

    div#example ul.layers li {
        width: 760px;
        height: 430px;
        background:white;
        }
    div#example ul.layers li div.container { padding:20px; }

    div#example ul.layers li { margin-right:5px; }


