[data-carousel-name] {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
[data-carousel-control="wrapper"] {
	display: table-cell;
	overflow: hidden;
}
[data-carousel-control="wrapper"] ul {
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	white-space: nowrap;
}
[data-carousel-control="wrapper"] ul li {
	display: inline-block;
	margin-bottom: 10px;
	min-width: 85px;      /*items are smashed, increase with min width*/
	max-width: 85px;      /*items are to wide, limit with max width*/
	height: 85px;     /*items are to long, limit with min height*/
	padding: 0 38px 0 0;
	vertical-align: top;
	text-align: center;
}
[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;
}
/* ↓↓↓20140612修正↓↓↓ */
[data-carousel-control="left"] {
	width: 50px;
	display: table-cell;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/icon_arrow03.png) no-repeat left 30px;
}
/* ↑↑↑20140612修正↑↑↑ */
[data-carousel-control="right"] {
	width: 36px;
	display: table-cell;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/icon_arrow04.png) no-repeat right 30px;
}
