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

.theme-default .arrow-right {
				margin:0px 0 10px 0;
				height:115px;
				width:25px;
				float:right;
				-moz-border-radius:0 10px 10px 0;
}

.theme-default .arrow-left {
				margin:0px 0 10px 0;
				height:115px;
				width:25px;
				float:left;
				-moz-border-radius:10px 0 0 10px;
}

.theme-default .arrow-left a {
				display:block;
                position: relative;
                height: 20px;
                top: 47px;
                left: -2px;
				background:url(img/left_btn.gif) top right no-repeat;
}

.theme-default .arrow-right a {
				display:block;
                position: relative;
                height: 20px;
                top: 47px;
                left: -2px;
				background:url(img/right_btn.gif) top right no-repeat;
}

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

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

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

.theme-default .stepcarousel .panel {
	height:95px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
				margin:6px 4px 2px 4px;
				padding:5px 5px 0px 5px;
				border:1px solid #5B5B5B;
				background:#fff bottom left repeat-x;
				-moz-border-radius:5px;
    width: 120px;
}

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

.wp_carousel_default_pagination {
	margin:0px;
	padding:0px;
	text-align:center;
    height: 0px;
    width: 0px;
}