
.swiper-nav {
	height: 60px;
	position: relative;
/* 	left: 0; bottom: 0; */
	width: 100%;
	background: #111;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset;
}
.swiper-nav .swiper-slide {
	width: 80px;
	height: 60px;
	text-align: center;
	position: relative;
}
.swiper-nav .swiper-slide, .swiper-nav .angle {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.swiper-nav .angle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: -1px;
	opacity: 0;
}
.swiper-nav .active-nav {
	background: #bbb;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.8) inset;
  opacity: 1;
}
.swiper-nav .active-nav .angle {
	opacity: 1;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}
.swiper-nav img {
	margin-top: 10px;
	width: 60px;
	height: 40px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #000;
}
.swiper-nav .title-x {
	margin: 0 5px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
