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

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

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

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

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

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

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

	
}

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

}

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

.theme-default-rdnattural .stepcarousel .panel .panel-text a { color:#e2337b; font-weight: bold; font-size: 11px; text-align: left; padding-right: 10px;
 }

.wp_carousel_default_rdnattural_pagination {
	margin:0 30px;
	padding:5px 10px;
	background:#4180B6;
	text-align:center;
}