jQuery(function($) {
	$('#search_products').click(function() {
		if(this.value=='Buscar Produtos') {
			this.value='';
		}
	});
	if( $(".laboratory-photo").length ) {
		$(".laboratory-photo").fancybox();
	}
});
