.theme-two-cols { margin: 25px 1px 0 0; }

.theme-two-cols .arrow-right {
	width:0px;
	height:140px;
	background: #dee0e0;
	float:right;
	-moz-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-border-top-right-radius:5px;
		-moz-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-border-bottom-right-radius:5px;
}

.theme-two-cols .arrow-left {
	width:0px;
	height:140px;
	background: #dee0e0;
	float:left;
		-moz-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-border-top-left-radius:5px;
		-moz-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-border-bottom-left-radius:5px;
}

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

.theme-two-cols .arrow-right a {
	margin:60px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
	padding-left: 10px;
}

.theme-two-cols .hide { display:none; }

.theme-two-cols .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 140px;
	background: #dee0e0;
}

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

.theme-two-cols .stepcarousel .panel {
	width:168px;
	height:100px;
	float: left; /* Leave this value alone */
	overflow: hidden;
	border: 10px solid white;
	background: #fcfeff no-repeat 0 0;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
	z-index: 1;
	margin: 10px;
	border-right-width: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
}

.theme-two-cols .stepcarousel .panel img {
	display: block;
	overflow: hidden;
	height: 120px;
	z-index: -1;
}

.theme-two-cols .panel a.panel-image-link, .theme-two-cols .panel a.panel-image-link img { display:block;
	height: 100px;
	z-index: -1;
}

.theme-two-cols .panel .panel-col-right {
	padding:0 0 0 10px;
}

.theme-two-cols .panel .panel-col-left {
	float:left;
}

.theme-two-cols .stepcarousel .panel .panel-text { color:#000;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	background: #a9aaab;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	visibility: hidden;
}
