.block_weblink {
	position: relative;
	margin: 20px 0 0;
	padding: 20px 0 0px;
	width: 100%;
}
.block_weblink ul li .item {
	margin: 0 auto;
	position: relative;
	padding: 0;
	background-color: #fdfdfd;
	text-align: center;
	border: 1px solid #c9c9c9;
	height: 85px;
	overflow: hidden;
}
.block_weblink ul li .item img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	max-height: 85px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
}
.block_weblink ul li .item img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.block_weblink .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin-bottom: 0px;
	background: transparent;
}
.block_weblink .bx-wrapper .bx-controls-direction a {
	background-color: #c9c9c9;
	background-image: url('../images/controls-white.png');
}
.block_weblink .bx-wrapper .bx-prev {
	left: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.block_weblink .bx-wrapper .bx-next {
	right: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.block_weblink .bx-wrapper .bx-viewport {
	background: transparent;
	border: 0;
	box-shadow: none;
	left: 0px;
}
@media (max-width: 767px) {
	.block_weblink {
		margin: 0;
	}
	.block_weblink .bx-controls {
		display: none;
	}
	.block_weblink ul li .item {
		height: 95px;
	}
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}