/* CSS Document */



.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 639; /*Width of Carousel Viewer itself*/
height: 220; /*Height should enough to fit largest content's height*/
}
.cartitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150;
	top: 6px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 150px;
	text-align: center;
	margin: 10px;
}
.redhighlight {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #AA0000;
	text-transform: uppercase;
}
.carouselbody {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.carouselbodybold {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
