$(document).ready(function(){
	
	if($('.imagemProduto').length > 0) {
	    $('.imagemProduto').each(function() {
	        PIE.attach(this);
	    });
	}
	
	if($('.cor_1').length > 0) {
	    $('.cor_1').each(function() {
	        PIE.attach(this);
	    });
	}
	
	if($('.cor_2').length > 0) {
	    $('.cor_2').each(function() {
	        PIE.attach(this);
	    });
	}
	
});

