.theme-two-cols { margin:0 0 0 0; }

.theme-two-cols .arrow-right {
	background:url(img/carousel_bg_right.png) top left repeat-y;
	width:100px;
	height:125px;
	float:right;
	padding-top: 55px;
	padding-left: 35px;
}

.theme-two-cols .arrow-left {
	background:url(img/carousel_bg_left.png) top left repeat-y;
	width:100px;
	height:125px;
	float:left;
	padding-top: 55px;
	padding-left: 35px;
	}

.theme-two-cols .arrow-left, a, .theme-two-cols .arrow-right a {
	}

.rollover a:hover { 
	background-position: 0 -70px;
	}

.rollover a:active {
	background-position: 0 -70px;
	}

.theme-two-cols .arrow-left a {
	width:70px;
	height:70px;
	background:url(img/carousel_arrow_left.png) top left no-repeat;
	display:block;
}

.theme-two-cols .arrow-right a {
	height: 70px;
	width:70px;
	background:url(img/carousel_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: 180px;
	width: 690px;
	margin: 0 135px;
}

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

.theme-two-cols .stepcarousel .panel {
	width:340px;
	height:160px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px 0 0 0;
	padding:0px;
	background:url() bottom left repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
}

.theme-two-cols .stepcarousel .panel img {
	padding:0 0 0 10px;}

.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 0px;
	float:right;
}

.theme-two-cols .panel .panel-col-left { }

.theme-two-cols .stepcarousel .panel .panel-text { color:#FFF; text-align:left; }

.wp_carousel_default_pagination {
	margin:0 00px;
	padding:0px 0px;
	background:#3B3B3B;
	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;
}