﻿.h_conter_slide{
	position: relative;
}
.swiper-slide{
	width: 372px;
	height: 120px;
}








.swiper-container {
  width: 1200px;
  padding-top: 30px;
  color: #fff;
  text-align: center;
}

.pink-slide {
  background: #973e76;
}

.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.arrow-left {
  background: url(img/arrows.png) no-repeat left top;
  position: absolute;
  left: -50px;
  width: 36px;
  height: 80px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.arrow-right {
  background: url(img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -50px;
  width: 36px;
  height: 80px;
  bottom: 0;
  top: 0;
  margin: auto;
}
