/**
* Nastylování boxu "Partneři"
*/
#partners-box .body .itself .scrollable {
    position:relative;
    overflow:hidden;
    width:750px;
    height:96px;
    float:left;
}

#partners-box .body .itself .scrollable .items {
    position:absolute;
    width:37000px;
}

#partners-box .body .itself .items div {
    float:left; width:750px;
}

#partners-box .body .itself .items div .item {
    display:block; float:left; width:250px; height:100px; text-align:center; vertical-align:middle;
}
