.theme-twentycarousels { }

.theme-twentycarousels .arrow-right {
	width:0px;
	height:250px;
	background:#fff;
	float:right;
}

.theme-twentycarousels .arrow-left {
	width:0px;
	height:250px;
	background:#fff;
	float:left;
}

.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;
}

.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;
}

.theme-twentycarousels .hide { display:none; }

.theme-twentycarousels .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 370px;
	background:#000;
}

.theme-twentycarousels .stepcarousel .belt{
	position: absolute; /* Leave this value alone */
	left: 0;
	top: 0;
}
  
.theme-twentycarousels .stepcarousel .panel {
	height:430px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	background:#000;
	display:block;
}

.theme-twentycarousels .stepcarousel .panel .panel-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#FFF;
	height:140px;
	padding:10px;
	margin-top:4px;
}

.wp_carousel_twentycarousels_pagination {
	padding:5px 10px;
	background:#000;
	text-align:center;
}

.entry-crousel {
	display:block;
	float:left;
	position:relative;
	padding:0 0px 1px;
	font-size:18px;
	line-height:18px;
	font-family:Helvetica,HelveticaNeue,Arial,Verdana,sans-serif;
}

.entry-crousel1 {
	display:block;
	float:left;
	position:relative;
	padding:0 0px 1px;
	font-size:12px;
	line-height:12px;
	font-family:Helvetica,HelveticaNeue,Arial,Verdana,sans-serif;
}


.entry-crousel1 ul {
  margin:0 0 0 0px;
  padding:0 0 0 5px;
  list-style:none;
}

.entry-crousel1 ul li {
  background:url(img/bullet.png) left center no-repeat;
  padding:4px 10px 2px 18px;
  color:#fff;
}


