.stepcarousel{
position: relative; /*leave this value alone*/
/* border: 0px solid black; */
/*overflow: scroll; /*leave this value alone*/
*/width: 900px; /*Width of Carousel Viewer itself*/
height: 610px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt, .stepcarousel .belt2, .stepcarousel .belt3, .stepcarousel .belt4 {
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
width: 900px;
height: 304px;
/* margin: 0 auto; */
}

.stepcarousel .panel, .stepcarousel .panel2, .stepcarousel .panel3, .stepcarousel .panel4 {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 0px 0 0px; /*margin around each panel*/
width: 225px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 304px;
}

.image {
width: 225px;
height: 304px;
margin:0 auto;
background-color: #996600;
}

.column4{
margin: 25px auto;
padding: 0;
width: 875px;
clear: both;
}

a img{
border: none;
}
h4 {
margin: 5px 0px;
padding:0px;
}
h5 {
margin: 5px 0px;
padding:0px;
clear: both;
}

/*.space {
width:100%;
clear:both;
height: 10px;
}*/

