@charset "UTF-8";
/* CSS Document */
.carouselWrapper{
	padding: 11px 0px 0px 21px;
	background:url(/custom/templates/page/shared/images/scrollerbg.gif) no-repeat top left;
	width:699px;
	height:160px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0px solid white;
	overflow: scroll; /*leave this value alone*/
	width: 672px; /*Width of Carousel Viewer itself*/
	height: 134px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	width:224px;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
}
.stepcarousel .lastpanel{
	width:223px;
}