.custom-slider {
  max-width: 780px;
  position: relative;
  min-height: 140px; 
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.custom-slider .mask {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ie7 .custom-slider .mask {
	left: 14px important;
	margin-left: 0 important;
}
.ie7 .pagi {
	width: 100%;
}
.ie7 .pagi ul {
	float: none;
}
.custom-slider .mask ul {
  direction: ltr;
  font-size: 0;
  height: 100%;
  left: 0;
  letter-spacing: -1px;
  line-height: 0;
  list-style: none outside none;
  position: absolute;
  top: 0;
  width: 2500px;
}
.custom-slider .mask ul li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 96px;
}
.ie7 .custom-slider .mask ul li {
	display: inline;
}
.custom-slider .btn {
  font-size: 0;
  height: 33px;
  position: absolute;
  top: 50%;
  width: 17px;
  margin: -17px 0 0 0;
}
.custom-slider .btn:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.custom-slider .btn.next {
  background: url(../images/arrows-02.png) no-repeat 100% 0;
  right: 0;
}
.custom-slider .btn.prev {
  background: url(../images/arrows-02.png) no-repeat;
  left: 0;
}
.custom-slider ul li a img {
  /*height: 186px;
  width: 156px;*/
}  
.custom-slider ul li img {
	 display: block; 
}
 .custom-slider ul li figure {
	width: 96px;
	height: 92px;
	position: relative;
	display: block;
	height: 92px;
	border: 2px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
} 
.custom-slider ul li.active figure {
 	border: 2px solid #fff;
}
.custom-slider ul li figure a {
	width: 96px;
	height: 92px;
	display: block;
	position: relative; 
}
.custom-slider a.more {
	background: url(../images/icon-06.png) no-repeat 100% 50%;
	padding: 0 37px 0 0;
	line-height: 27px; 
	display: inline-block;
	margin: 10px 0 0;
	font-size: 14px;
}
 
@media screen and (max-width: 767px) {	
 	.custom-slider .mask ul li {
 		width: 80px;
 		height: 80px;
 		padding: 0;
 		margin: 10px;
 		overflow: hidden;
 		position: relative;
 	}
 	.custom-slider ul li figure {
		width: 76px;
		height: 76px;
		position: relative;
		display: block;
	}
	.custom-slider ul li figure a {
		width: 76px;
		height: 76px;
	}	 	
	.custom-slider { 
    min-height: 220px;  
  } 

		
}*/