/* 
*----------------------------------------------------------
*   COMPANY SLIDER
*----------------------------------------------------------
*/

#company_slider{
    width: 1000px;
    margin:10px auto;
    position: relative;
    height: 150px;
    background:url(../images/old_body.png) repeat-x;
}

#company_slider:before{
    content: "";
    display: inline-block;
    background: url(../images/old_left.png) no-repeat;
    width: 140px;
    height: 150px;
    position: absolute;
    left: -33px;
    top:0;
}

#company_slider:after{
    content: "";
    display: inline-block;
    background: url(../images/old_right.png) no-repeat;
    width: 140px;
    height: 150px;
    position: absolute;
    right: -140px;
    top:0;
}



