/*.shop-image {
	overflow: inherit !important;
}
.sliderShops {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.shops-index .sliderShops {
	width: 200px !important;
	height: 140px !important;
}
.slider-arrows {
	position: absolute;
	left: -25px;
	top: 142px;
	width: 350px;
	height: 16px;
	z-index: 0;
}
.shops-index .slider-arrows {
	position: absolute;
	left: -25px;
	top: 92px;
	width: 250px;
	z-index: 0;

}
.slider-arrow {
	position: absolute;
	top: 0;
	display: block;
	width: 9px;
	height: 16px;
	background: url(../images/arr.png) no-repeat;
	cursor: pointer;
}
.next {
	right: 0;
	background-position: -9px 0;
}
.prev {
	left: 0;
	background-position: 0 0;
}


.shop-image a:nth-child(2n) {
	width: 147px !important;
	height: 105px;
	float: left;
}
.shop-image a:nth-child(3n) {
	width: 147px !important;
	height: 105px;
	float: right;
	margin-right: 50px;
}
.shop-image a:nth-child(2n) img, .shop-image a:nth-child(3n) img {
	width: 100%;
}*/
