.wpCarouselSmmTheme { width:948px; height:113px; float:left; margin:0px; padding:0px; }

.wpCarouselSmmTheme .arrowLeft, .wpCarouselSmmTheme .arrowRight {
	width:26px;
	height:37px;
	float:left;
	padding:38px 2px 38px 2px;
}

.wpCarouselSmmTheme .arrowLeft a {
	width:26px;
	height:37px;
	background:url(img/arrow_left.png) top left no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	font-size:0px;
}

.wpCarouselSmmTheme .arrowRight a {
	width:26px;
	height:37px;
	background:url(img/arrow_right.png) top right no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	font-size:0px;
}

.wpCarouselSmmTheme .hide { display:none; }

.wpCarouselSmmTheme .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	width:690px;
	height:90px;	
	float:left;
	margin:0px 8px 23px 190px;
}


.wpCarouselSmmTheme .stepcarousel .belt{
	position: inherit; /* Leave this value alone */
	left: 0;
	top: 0;
}

.wpCarouselSmmTheme .stepcarousel .panel {
    width:110px;
	height:70px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */	
	padding:14px 5px 18px 5px;	
	margin:0px 5px 0px 5px;
	background:#000;
	/*
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	*/
	display:block;
}

.wpCarouselSmmTheme .stepcarousel .panel .panel-text { color:#FFF; }

