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

.theme-default .arrow-right {
	width:30px;
	height:127px;
	float:right;
}

.theme-default .arrow-left {
	width:30px;
	height:127px;
	float:left;
}

.theme-default .arrow-left a {
	margin:60px 0 0 0;
	width:31px;
	height:111px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
}

.arrow-left  p {
	margin: 0 0;
	padding:  0 0;
}

.theme-default .arrow-right a {
	margin:60px 0 0 0;
	width:30px;
	height:111px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

.arrow-right  p {
	margin: 0 0;
	padding:  0 0;
}

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

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

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

.theme-default .stepcarousel .panel {
	width:164px;
	height:145px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	display:block;
	margin-left:16px;
	display:inline;
	margin-top:8px;
	
	
}

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

