.theme-two-cols { margin:0px 0 0 10px; width:920px; }

.theme-two-cols .arrow-right {
	width:30px;
	height:215px;
	float:right;
}

.theme-two-cols .arrow-left {
	width:30px;
	height:215px;
	float:left;
}

.theme-two-cols .arrow-left a {
	margin:100px 0 0 0;
	width:25px;
	height:43px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
}

.theme-two-cols .arrow-right a {
	margin:100px 0 0 0;
	width:25px;
	height:43px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

.theme-two-cols .hide { display:none; }

.theme-two-cols .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 215px;
}

.theme-two-cols .stepcarousel .belt{
	position: absolute; /* Leave this value alone */
	left: 0;
	top: 0;
}

.theme-two-cols .stepcarousel .panel {
	width:280px;
	height:215px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin-right:8px;
	padding:0px;
	display:block;
}

.theme-two-cols .stepcarousel .panel img { width:280px; }

.theme-two-cols .panel a.panel-image-link, .theme-two-cols .panel a.panel-image-link img { display:block; }

.theme-two-cols .panel .panel-col-right {
	padding:0 0 0 10px;
	float:right;
}

.theme-two-cols .panel .panel-col-left { }

.theme-two-cols .stepcarousel .panel .panel-text { color:#000; text-align:left; }

.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	text-align:center;
	background-color:#FFF;
}