/**
 * CSS style for carouselTicker
 **/
 .logoSliderBottomWrap{ height: 113px; }
.logoSliderBottom {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 110px;
}
.logoSliderBottom a{

    padding: 10px 10px 0px 10px;
    text-align: center;
    backface-visibility: hidden;
}
.logoSliderBottom a img{
    width: auto;
    /*max-height: 50px;*/
    max-height: 55px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    backface-visibility: hidden;
        vertical-align: middle;
            transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.logoSliderBottom a:hover img{
    backface-visibility: hidden;
    -webkit-transform: scale(1.25) translateZ(0);
    -moz-transform: scale(1.25) translateZ(0);
    -ms-transform: scale(1.25) translateZ(0);
    transform: scale(1.25) translateZ(0);
    
}
.logoSliderBottom a:hover p{ color: #08938f; }
.carouselTicker__wrap { overflow: hidden; }
.carouselTicker__list{
    /*margin: 10px 0;*/
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    float: left;
}

.carouselTicker__item{
    margin: 0 0 0 5px;
    float: left;
    /*border: 4px solid red;*/
    /*width: 165px;*/
    width: 210px;
    /*height: 90px;
    line-height: 90px;*/
    text-align: center;
}
.carouselTicker__item p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    color: #2b2b2b;
}
.carouselTicker__loader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/loader.gif") center center no-repeat;
}

/**
 * CSS style for vertical direction
 **/

.carouselTicker_vertical .carouselTicker__list{
    margin: 0;
}

.carouselTicker_vertical .carouselTicker__item{
    margin: 0 0 5px 0;
    border: 4px solid red;
    width: 100px;
    /*height: 90px;
    line-height: 90px;*/
    text-align: center;
}


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

.carouselTicker__item img {
    vertical-align: top;
}