div.boxfull { float: left; margin-bottom: 20px; background: #2eb800; width: 900px; top: 6px; position: relative; }
div.ctl { background: url("../images/stepcarousel/cornertl.png") top left no-repeat; }
div.ctr { background: url("../images/stepcarousel/cornertr.png") top right no-repeat; }
div.cbl { background: url("../images/stepcarousel/cornerbl.png") bottom left no-repeat; }
div.cbr { background: url("../images/stepcarousel/cornerbr.png") bottom right no-repeat; }

.blue { color: #9F3; font-size: 24px; }

.stepcarousel{
	position: relative;
	border: 0;
	overflow: scroll;
	width: 850px;
	height: 270px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 750px;
	height: 280px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.panel img { float: left; margin-right: 20px; margin-top: 20px;}
.panel h5 { margin-top: 40px; font-size: 18px; font-weight: normal; }
.panel h5 strong { font-weight: normal; color: #BAD1D9; }
.panel p { margin-top: 20px; color: #ffffff; }
.panel a { color: #FFF; font-size: 14px; }