.product-image-container{
	float: left;
}

.product-thumbs{
	clear: both;
	overflow: hidden;
	margin: 0 -2px;
	text-align: center;
}

.product-thumb {
	display: inline-block;
	margin: 4px 2px;	
}

.products-grid .product-image-container{
	float: none;
}

.product-thumb a{
	border: 1px solid #ececec;
	display: block;
}

.product-thumb a.active,
.product-thumb a:hover{
	border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.products-grid .product-thumbs { text-align: center;}
	.products-grid .product-thumb a {width: 30px; height: auto;}
	.products-grid .product-thumb a img {width: auto !important; height: auto !important; max-width: 100%;}
}
@media only screen and (max-width: 767px) { 
	.products-grid .product-thumbs {
		position: relative;
		display: block;
		margin: 0 15px 0 0;
		right:0; 
		top: 0; 
		text-align: center;
		float: left;
	}
}
@media only screen and (max-width: 599px) { 
	.products-grid .product-thumbs {float: none; margin: 0 0 10px;}
	.products-grid li.item .product-thumbs li {display: inline-block; float: none; margin:3px;}
	.products-grid li.item.free .product-thumbs {float: none; margin-right: 0; text-align: center;}
	.products-grid li.item.free .product-thumbs li {display: inline-block;}
}