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

.theme-default .arrow-right {
	width:30px;
	height:80px;
	float:right;
    margin-right:-50px;
}

.theme-default .arrow-left {
	width:30px;
	height:80px;
	float:left;
    margin-left:-45px;
}

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

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

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

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 100px;
	background:#8f8a72;
}

.theme-default .arrow-right a:hover {
	margin:44px 0 0 0;
	width:26px;
	height:26px;
	background:url(img/arrow_righthover.png) top right no-repeat;
	display:block;
    border:none;
}

.theme-default .arrow-left a:hover {
	margin:44px 0 0 0;
	width:26px;
	height:26px;
	background:url(img/arrow_lefthover.png) top left no-repeat;
	display:block;
    border:none;
}

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

.theme-default .stepcarousel .panel {
	height:80px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	border:1px solid #bfb99d;
	background:#8f8a72;
	display:block;
    margin:10px 10px 0px 10px;
    width:142px;
}

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


