.thumbs { margin: 0 auto; padding: 0; overflow: hidden; display: table;}
.thumbs li,
.flickr_badge_image{
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
 	width: 51px !important;    height: 52px !important; list-style: none; display: inline-block; margin: 15px 19px 0 0 !important; padding: 3px !important; background: #eee !important; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li:hover{
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
#flickr_badge_image4,
#flickr_badge_image8 {
	margin-right: 0 !important;
}
.thumbs li a { }
.thumbs li img { display: block; width: 100%; }
.thumbs li a img { border: none;}
.woocommerce .flickr_badge_image img,
.zframe-flickr-wrap-ltr img{
    height: 46px !important;
    width: 46px !important;
}