/**
 * CSS style for carouselTicker
 **/
.carouselTicker__list{
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.carouselTicker__item{    
    float: left;
    width:auto;
    height:auto;
	padding:0px 30px;
	
}
.carouselTicker__loader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/loader.gif") center center no-repeat;
}
#main-content {
  width:100%;
}

#main-content img {
  max-width: 100%;
}