.theme-twentycarousels { 

	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*background-color:#ffffff;
*/	/*-moz-border-radius: 15px;
border-radius: 15px;*/

margin-bottom: 20px;

	}

.theme-twentycarousels .arrow-right {
	width:30px;
	height:250px;
	background:#000;
	float:right;
	display:none;
}

.theme-twentycarousels .arrow-left {
	width:30px;
	height:250px;
	background:#000;
	float:left;
	display:none;
}

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

.theme-twentycarousels .arrow-right a {
	margin:112px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
	display:none;
}

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

.theme-twentycarousels .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 280px;
	background:#000;
	width:900px;
}

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

}

.theme-twentycarousels .stepcarousel .panel {
	height:280px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	background:#333;
	display:block;

}

.theme-twentycarousels .stepcarousel .panel .panel-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#FFF;
	
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	width: 900px;
	float:left;
	padding-left: 20px;
	padding-top: 12px;
	height:82px;
	
	
	background:url(img/carousel-gray-bg.png) repeat;
	
	margin-top: 200px;
	position: absolute;
    z-index: 2000;
}
.theme-twentycarousels .stepcarousel .panel .panel-text a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	line-height: 25px;
	
}


.wp_carousel_twentycarousels_pagination {
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 675px;
	margin-top: 250px;
	background:none;
	text-align:right;
	width: 200px;
	float:right;
	position: absolute;
    z-index: 3000;
}