/* Scroll Elements for Home page */

.scroll .scroll-bg
{
    width: 170px;
    height: 108px;

    background-repeat:no-repeat;
}
.fade .scroll-bg {
    margin: 0 auto;
}

.scroll .scroll-wrapper {
    width: 170px;
    height: 108px;
    overflow: hidden;
}

.scroll .scroll-inner
{
    /*padding-left:350px;*/
    width: 3728px;

}

.scroll .item
{
    float: left;
    display: block;
    width: 170px;
    height: 108px;
}
.fade .scroll-wrapper {
    width: 170px;
    height: 108px;
    overflow: hidden;
    position: relative;
}

.fade .item{
    position:absolute;
}

.scroll-links
{
    position: absolute;
    font-size: 13px;
    width: 170px;
    height: 21px;
    line-height: 21px;
    text-align: right;
    letter-spacing:normal;
}
