.product-image-container {
	 margin:0;
}

.product-thumbs{
	clear: both;
	overflow: hidden;
	margin: 0 -5px;
}

.product-thumb {
	float:left;
	margin:0 5px 5px 5px;		
	padding-bottom:10px;
}

.products-grid .product-image-container {
	float: none;
}

.product-thumb a {
	background:#f7f7f7;
	display: block;
	transition: all 0.3s ease 0s;
}
.product-thumb a img {
	
}

.product-thumb a.active,
.product-thumb a:hover {
	background:#e3f7fa;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.product-thumb {
			width:34px;
	}
	.product-thumb a img { width:34px; }
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
		
	.product-thumb {
			width:35px;
	}
	.product-thumb a img { width:35px; }
	
}