$(document).ready(function(){

	// GO GO SELECT URL

	var pagina;
	$("#select-produtos").change( function(){

		pagina = $(this).val();
		document.location.href = pagina;

	});

	$(".gallery-item a").addClass("pirobox_gall");

	$().piroBox({
		my_speed: 300,
		bg_alpha: 0.5,
		slideShow : 'false',
		slideSpeed : 3,
		close_all : '.piro_close'
	});

	$("#s").focus(function() {
		if( this.value == this.defaultValue ) {	this.value = ""; } }).blur(function() {	if( !this.value.length ) {	this.value = this.defaultValue;	}
	});

});
