.ts_carousel{
overflow: scroll; 
width: 100%;
position: relative;
height: 100px;
}
.ts_carousel.belt{
position: absolute;
top: 0px;
left: 0px;
}
.ts_carousel.panel{
float: center;
overflow: hidden;
width: 150px;
}