

.maindiv
{
	padding-top:0px;
	margin-top:10px;
	 background-position:center top;
	 background-repeat:no-repeat;
	 width:855px;
	 height:118px;
	
	 
	
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 643px; /*Width of Carousel Viewer itself*/
height:110px; /*Height should enough to fit largest content's height*/
}

.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-left:3px;
 margin-right:3px;
  background-color:White;
 /*margin: 10px; /*margin around each panel*/
	 width:125px;
	 height:100px;
 text-align:center; 
 vertical-align:middle;
 padding:0px;
 padding-top:5px;
 

 /*border: 1px solid #c6c6c6;*/

}


.stepcarousel .panel2{

overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 118px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
 background-color:White;
 text-align:center; 
 vertical-align:middle;
 padding:1px;
  border: 0px solid red;
}


.stepcarousel .separator{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 15px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
