.theme-default {
	margin:35px 0 0 0;
}


.theme-default .hide { display:none; }

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 210px;
	
}

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

.theme-default .stepcarousel .panel {
	height:200px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin-right: 15px;
	padding:0px;
	margin-left: 0;
	display:block;
}

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

.wp_carousel_default_pagination {
	margin:0px 0px;
	padding:5px 0px;
	
	text-align:left;
	
}