#page_center_content
{
    height: 402px;
    overflow: hidden;
    position: relative;
}

#scrolled_table
{
    position: absolute;
    left: 0;
    table-layout: fixed;
}

.item_box
{
    width: 300px;   
    text-align: center;
    margin: 10px 5px 0 5px;
    padding: 0 0 40px 0;   
}

.item_desc
{
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.separator
{
    height: 402px;
    width: 8px;
    float: left;
    padding: 0;
    margin: 53px 0 0 0;
}
