
.swiper-container {
/*	width: 100%;
	height: 100%;*/
}
.swiper-wrapper {
/*	height: 100%;*/
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img {
	vertical-align: middle;
	max-width: 100% !important;
	height: auto;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
}
.swiper-slide-active img {
	opacity: 1;
}
.swiper-slide .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: -20px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	z-index: 20;
}
.swiper-pagination-switch {
	vertical-align: middle;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #174755;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 1px;
}
.swiper-pagination-switch:first-child {
}
.swiper-pagination-switch:last-child {
}
.swiper-visible-switch {
	background: #888;
}
.swiper-active-switch {
	background: #fff;
}
.arrow-left {
  background: url(../img/arrows.png) no-repeat left bottom;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 29px;
}
.arrow-right {
  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 29px;
}
