@charset "utf-8";
/* CSS Document */

/* BANNER */
.stepcarousel{
position: relative; /*leave this value alone*/
background-image:url(images/bgBanner.gif);
background-repeat:repeat-x;
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 920px; /*Width of Carousel Viewer itself*/
height: 210px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.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*/
width: 920px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .box{
	width:880px;
	text-align:center;
	margin:0 auto;
}

.stepcarousel .panel .box .image{
	margin-top:15px;
	float: right;

}

.stepcarousel .panel .box .text{
	margin-top:25px;
	float: left;
	width:480px;
	text-align:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.stepcarousel .panel .box .text h1{
	color:#fff;
	font-size:28px;
	font-style:normal;
	margin-bottom:-15px;
	line-height:22px;
}

.stepcarousel .panel .box .text h2{
	color:#ccc;
	font-size:18px;
	font-style:normal;
}
