#fb_container{
    width: 520px;
}
#box1, #box2, #box3, #box4, #box5, #box6{
    width: 242px;
    height: 152px;
    float: left;
    margin: 5px 0px;
    overflow: visible;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 19px;
    font-family: Arial, sans-serif;
    margin-right: 8px;
}
.expandSquare{
    width: 242px;
    height: 152px;
}
#box5, #box6{
    margin-bottom: 5px;
}
#box1, #box3, #box5{
    margin-right: 10px;
}
#box1{
    background: url('../images/corporate_tab/box1_bg.jpg') top left no-repeat #f5f5f5;
}
#box2{
    background: url('../images/corporate_tab/box2_bg.jpg') top left no-repeat #f5f5f5;
    
}
#box3{
    background: url('../images/corporate_tab/box3_bg.jpg') top left no-repeat #f5f5f5;
    
}
#box4{
    background: url('../images/corporate_tab/box4_bg.jpg') top left no-repeat #f5f5f5;
    
}
#box5{
    background: url('../images/corporate_tab/box5_bg.jpg') top left no-repeat #f5f5f5;
    
}
#box6{
    background: url('../images/corporate_tab/box6_bg.jpg') top left no-repeat #f5f5f5;

}
.box_hidden{
    display: none;
    margin: 20px 0px 0px;
    width: 500px;
}
.box_hidden p{
    padding: 0px 20px 10px;
}
.box_hidden img{
    margin-left: 20px;
}
.show_less{
    padding: 0px 50px 20px;
    background: url('../images/homes_tab/content_collapse.gif') bottom right no-repeat;
    cursor: pointer;
}
