


.stepcarouselarea
{
	width: 950px;
	height: 284px;
	display: block;
	margin: auto;
	position: relative;
}


.stepcarousel
{
	width: 950px;
	height: 284px;
	display: block;
	position: relative;
	float: left;
	overflow: scroll;
}


.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: 950px;
}


.featureinfotext1
{
	padding-left: 62px;
	padding-right: 470px;
	margin-top: 105px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #CCC;
}


.featureinfotext2
{
	padding-left: 62px;
	padding-right: 450px;
	margin-top: 150px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #CCC;
}


.feature-slide1
{
	width: 950px;
	height: 284px;
	display: block;
	background-image: url(images/bg-homebanner-slide1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}


.feature-slide2
{
	width: 950px;
	height: 284px;
	display: block;
	background-image: url(images/bg-homebanner-slide2.jpg);
	background-repeat: no-repeat;
	float: left;
}


.feature-slide3
{
	width: 950px;
	height: 284px;
	display: block;
	background-image: url(images/bg-homebanner-slide3.jpg);
	background-repeat: no-repeat;
	float: left;
}


