.panel {
    width: 159px;
	padding: 0 6px 0 6px;
	height: 220px;
}

.inside {
	height: 220px;
	width: 159px;
	background: url(/images/box.jpg) no-repeat left top;
}

.panel .arrow {
	position: absolute;
	bottom: 5px;
	margin-left: 128px;
	z-index: 999;
	width: 27px;
	height: 28px;
	background: url(/images/box_arrow_bottom.jpg) no-repeat right bottom;
}

.inside a.thumb {
	padding: 2px;
	border: 1px solid #e9e9e7;
	background: #fff;
	display: block;
	width: 136px;
	margin: 0 auto;
	margin-bottom: 6px;
}

.inside a.thumb img {
	margin: 0 auto;
	display: block;
}

.inside h2 {
	font-weight: normal;
	color: #3a9448;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 10px;
}

.inside p {
	font-size: 12px;
	color: #636363;
	line-height: 16px;
	padding: 0 30px 0 10px;
}

.inside h3 {
	color: #3a9448;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	float: left;
	padding-bottom: 4px;
	width: 136px;
}
.stepcarousel{
position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/
width: 852px; /*Width of Carousel Viewer itself*/
height: 230px; /*Height should enough to fit largest content's height*/
margin: 0 30px;
}

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