[data-carousel-name] {
	position: relative;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

[data-carousel-control="wrapper"] {
	display: table-cell;
	overflow: hidden;
	max-width: 912px !important;
}

[data-carousel-control="wrapper"] ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

[data-carousel-control="wrapper"] ul li {
	display: inline-block;
	min-width: 228px !important;      /*items are smashed, increase with min width*/
	max-width: none !important;      /*items are to wide, limit with max width*/
	min-height: none;     /*items are to long, limit with min height*/
	vertical-align: top;
	text-align: center;
}

[data-carousel-control="wrapper"] ul li:first-child {}

[data-carousel-control="wrapper"] ul li .caption {
	white-space: normal;
}

[data-carousel-control="wrapper"] ul li div {
	overflow: auto;
	text-align: left;
	white-space: normal;
}

[data-carousel-control="left"] {
	position: absolute;
	top: 180px;
	right: -37px;
	cursor: pointer;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../../home/img/control_right_btn.png) no-repeat left top;
	text-indent: -9999em;
}

[data-carousel-control="right"] {
	position: absolute;
	top: 180px;
	left: -37px;
	cursor: pointer;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../../home/img/control_left_btn.png) no-repeat left top;
	text-indent: -9999em;
}

[data-carousel-control="left"]:hover,
[data-carousel-control="right"]:hover  {
	background-position: 0 -34px;
}