div.carouselcontainer {
/*  padding: 10px 10px 10px 0px;*/
}

.stepcarousel{
/*  background-color: #f8f8f8;*/
/*  border: 1px solid #ccc;*/
/*  background: url(../images/carousel/carouselbg.png);*/
  position: relative;
  overflow: scroll;
  width: 892px;
  height: 180px;
  vertical-align: top;
}

.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 8px; /*margin around each panel*/
  padding-top: 0px;
  text-align: center;
  vertical-align: top;
  width: 169px;
}
