#clients {
	position: relative;
	text-align: left;
}
#clients > .wrapper {
	padding: 9px 0px 19px;
	margin: 0 20px;
}
#clients h1 {

}
#clients h1 a {
	border-bottom: 1px solid #9a9a9a;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
#clients h1 a:hover {
	border-bottom-color: transparent;
}
#clients .slider {
	height: 130px;
	overflow: hidden;
	position: relative;
}
#clients .slider > .wrapper {
	height: 100%;
	left: 0;
	padding: 8px 0 0;
	position: absolute;
	top: 0;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}
#clients .slide {
	font-size: 0;
	display: inline-block; *zoom:1; *display:inline;
	line-height: 0;
	margin: 0 20px;
	position: relative;
	text-align: center;
	width: 160px;
	vertical-align: top;
	z-index: 20;
}
#clients .slide:first-child {
	margin: 0 20px 0 0;
}
#clients .slide .image {
	border: 2px solid #cccccc;
	display: block;
	margin: 0 auto 10px;
	width: 160px;
}
#clients .slide .image img {
	width: 100%;
}
#clients .slide .image:hover {
		-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
#clients .arrow {
	background-position: center center;
	background-color: #d1d1d1;
	background-repeat: no-repeat;
	background-size: 4px 10px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	position: absolute;
	top: 55px;
	width: 20px;
	z-index: 20;
}
#clients .arrow:hover {
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
#clients .arrow:before {

}
#clients .arrow:hover:before {

}
#clients .arrow.previous {
	background-image: url(/images/previous-bold.png);
	left: -10px;
}
#clients .arrow.previous:before {

}
#clients .arrow.next {
	background-image: url(/images/next-bold.png);
	right: -10px;
}
#clients .arrow.next:before {

}