.panel {
    width: 320px;
	padding: 30px 6px 0 6px;
	height: 86px;
}

.inside {
	height: 120px;
	width: 308px;
}

.sliding_boxes2 h2 {
	color: #f6ad5e;
	font-size: 12px;
	padding: 10px 0 0 20px;
}

.inside a.thumb {
	float: left;
}

.inside .panel_inner {
	float: left;
	width: 176px;
	padding-left: 20px;
}

.inside h3 {
	color: #007448;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 8px;
	background: url(/images/arrow_right_yellow.gif) no-repeat left;
}

.stepcarousel{
position: relative; /*leave this value alone*/

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

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