.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 15px; margin around each panel*/

margin-top:0px;
margin-bottom:0px;
margin-right:15px;
margin-left:15px;

width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
