.stepcarousel{
position: relative; /*Не трогать*/
overflow: hidden; /*Это тоже не трогать*/
width: 856px; /*Ширина окошка Карусели*/
height: 217px; /*Высота. Должно хватать для самого большого элемента*/
margin:10px 0;
}

.stepcarousel .belt{
position: absolute; /*И это тоже не трога*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	background:url(../img/list_item.jpg) center center no-repeat;
	width:205px;
	height:205px;

        margin:9px;
	text-align: center;
	vertical-align: center;
}
.stepcarousel .panel img{
   margin-top: 39px;
}

#pan_left {height:153px;margin-left:28px;margin-top:-188px;position:absolute;width:53px;z-index:1000;}
#pan_right {height:153px;margin-left:942px;margin-top:-188px;position:absolute;width:53px;z-index:1000;}