.theme-twentycarousels { }

.theme-twentycarousels .arrow-right {
	width:30px;
	height:250px;
	margin-top: -30px;
	margin-right: -50px;
	background:#transparent;
	float:right;
}

.theme-twentycarousels .arrow-left {
	width:30px;
	height:250px;
	margin-left: -54px;
	margin-top: -30px;
	background:transparent;
	float:left;
}

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

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

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

.theme-twentycarousels .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 219px;
	background:transparent;
}

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

.theme-twentycarousels .stepcarousel .panel {
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	
	background:transparent;
	display:block;
}

.theme-twentycarousels .stepcarousel .panel .panel-text {
bottom:0;
clear:both;
color:white;
display:block;
float:right;
font-family:'JustusRoman';
font-size:14px;
line-height:12px;
letter-spacing:-0px;height:auto;
margin-top:-80px;
padding:2px 5px 20px 9px;
position:absolute;
width:204px;
z-index:99999;
background: rgba(0,0,0,0.5);
}


.theme-twentycarousels .stepcarousel .panel .panel-text h1, .theme-twentycarousels .stepcarousel .panel .panel-text h1 a {font-size: 17px;font-weight: bold;margin:5px 0 5px 0 !important;color:white;text-decoration: none;line-height: 18px;}



.wp_carousel_twentycarousels_pagination {
	padding:5px 10px;
	background:#000;
	text-align:center;
}
