#homebalk {
    position: relative;
    height: 150px;
}
#homeclip {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 100%;
    white-space: nowrap;
}
#homeclip div {
    position: absolute;
    top: 0;
    left: 0;
}
#homeclip div.item {
    position: relative;
    float: left;
}
img.homeclip {
    border: 0;
    margin: 0;
}

