.theme-default {
	margin:0;
}

.theme-default .arrow-right {
	margin:392px 0px 0px -34px;
	width:30px;
	height:30px;
	float:right;
background-color:#fff;
}

.theme-default .arrow-left {
	margin:392px -34px 4px 2px;
	padding-left:2px;
	width:32px;
	height:30px;
	float:left;
	background-color:#fff;
}

.theme-default .arrow-left a {
	width:28px;
	height:30px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;

}

.theme-default .arrow-right a {
	width:28px;
	height:30px;
	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: 392px;
	background-color:#000;
}

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

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

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

.wp_carousel_default_pagination {
	margin:0px 30px 0px 30px;
	padding:6px 10px;
	background:#fff;
	text-align:center;
}
