Catpos: Home >

Glass Mosaic Tile Sample Counter Tray Stand ME062-1

  • Product Description

















Tsianfan is a Mosaic Sample Display manufacturer. We can make Tile Sample Tray , Tile Counter Display .Suitable for Metal Mosaic , Glass mosaic , Marble Mosaic , Porcelain Mosaic. 

General Size
ME062-1
custom
39 samples
custom
custom
carton
MDF
SEND INQUIRY
// Set first thumbnail as active $('#thumblist a:first').addClass('zoomThumbActive'); // Prev/Next scrolling var boxW = $('#zoom_list_box').width(); var liW = $('#thumblist li').first().outerWidth(true) || 58; var totalW = $('#thumblist li').length * liW; var maxPage = Math.max(0, Math.ceil(totalW / boxW) - 1); $('#zoom_list a.next').click(function(){ if (currentPage < maxPage) { currentPage++; $('#thumblist').animate({left: -currentPage * boxW + 'px'}, 400); } return false; }); $('#zoom_list a.pre').click(function(){ if (currentPage > 0) { currentPage--; $('#thumblist').animate({left: -currentPage * boxW + 'px'}, 400); } return false; }); });