.manufacturers-container{
	background: #f5f5f5;
}
#tm_manufacturers_block {
	position: relative;
}
#tm_manufacturers_block li.caroucel_item {
	width:25%;
	position: relative;
	z-index: 3;
}
#tm_manufacturers_block li.caroucel_item a:hover img{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#tm_manufacturers_block li.caroucel_item a:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#tm_manufacturers_block .bx-controls {
	margin:0;
	position: absolute;
	top: 49%;
	left: 0;
	width: 100%;
	margin-top: -16px;
}
#tm_manufacturers_block .bx-pager {
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
	margin-right:5px;	
}

#tm_manufacturers_block .bx-pager-item {
	float:left;	
}

#tm_manufacturers_block .bx-pager-link {
	float:left;
	display:block;
	padding:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
}

#tm_manufacturers_block .bx-pager-link.active, #tm_manufacturers_block .bx-pager-link:hover {
	color:#fff;
	background:#333;	
}

#tm_manufacturers_block .bx-controls-auto {
	float:left;	
}
#tm_manufacturers_block .bx-controls-auto-item {
	float:left;	
}

#tm_manufacturers_block .bx-controls-auto-item a {
	display:block;
	width:22px;
	height:22px;
	text-align:center;
}

#tm_manufacturers_block .bx-controls-auto-item a:before {
	font-family:'FontAwesome';	
}

#tm_manufacturers_block .bx-controls-auto-item a.bx-start:before {
	content:'\f04b';	
}

#tm_manufacturers_block .bx-controls-auto-item a.bx-stop:before {
	content:'\f04c';	
}

#tm_manufacturers_block .bx-controls-auto-item a.active {
	color:#333;	
}
#tm_manufacturers_block .bx-controls-direction{
	width: 100%;
}
#tm_manufacturers_block .bx-controls-direction a {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	width: 32px;
	text-align: center;
	color: #888888;
	font-size: 24px;
	font-family:'FontAwesome';
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#tm_manufacturers_block .bx-controls-direction a:hover {
	color:#00bff0;	
}
@media (min-width: 1250px){
	#tm_manufacturers_block a.bx-next{
		float: right;
		margin-right: -30px;
	}
	#tm_manufacturers_block a.bx-prev{
		margin-left: -30px;
	}
	#tm_manufacturers_block a.bx-next:hover{
		margin-right: -33px;
	}
	#tm_manufacturers_block a.bx-prev:hover{
		margin-left: -33px;
	}
}


@media (max-width: 1250px){
	#tm_manufacturers_block a.bx-next{
		float: right;
		margin-right: -5px;
	}
	#tm_manufacturers_block a.bx-prev{
		margin-left: -5px;
	}
	#tm_manufacturers_block a.bx-next{
		margin-right: -5px;
	}
	#tm_manufacturers_block a.bx-prev{
		margin-left: -5px;
	}
	#tm_manufacturers_block .bx-controls-direction a {
		z-index: 9;
		position: relative;
	}
	
}