        .stepcarousel
        {
            position: relative; /*NC*/
            overflow: scroll; /*NC*/
            
	        border: 8px #5a3c3c solid;
            width: 250px; /*Width of Carousel Viewer itself*/
            height: 300px; /*Height should enough to fit largest content's height*/
        
        }
        .stepcarousel .belt
        {
            position: absolute; /*NC*/
            left: 0;
            top: 0;
        }

        .stepcarousel .panel
        {
            float: left; /*NC*/
            
            overflow: hidden; 
            width: 250px;            
        }
        
        div.belt div.panel a
        {
        	color:#fff;
        }
