.carouselTicker__list{
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item{
    margin: 0 0 0 1px;
    float: right;
    
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#carouselTicker .carouselTicker__item {
    width: auto;
    height: auto;
    line-height: normal;
}

.carouselTicker__item img {
    vertical-align: top;
}

.carouselTicker__list2{
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item2{
    margin: 0 0 0 1px;
    float: right;
    
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#carouselTicker2 .carouselTicker__item2 {
    width: auto;
    height: auto;
    line-height: normal;
}

.carouselTicker__item2 img {
    vertical-align: top;
}


