$(function(){
	$('#botao a').live('click', function(event){
		event.preventDefault();
		$('#pedidoOrcamento').submit();
	});
	var m = "contato", a = "@", d = "damatex.com.br";
	$('img.email').hide().after('<a href="mailto:'+m+a+d+'" style="color:#98211E; text-decoration:none;">'+m+a+d+'</a>');
});
TopUp.addPresets({
	"div#texturas a": {
		title: "{alt} ({current} de {total})",
		group: 'Texturas',
		readAltText: 1,
		layout: "quicklook",
		shaded: 1,
		overlayClose: 1,
		type: 'ajax',
		post: 1,
		ondisplay : function() {
			$('.te_controls a').eq(0).after("<span id='botao'><a href='#' title='Incluir no orçamento'><img src='imagens/bt-orcamento-pequeno.gif' alt='Incluir no orçamento' title='Incluir no orçamento' /></a></span>");
			$('.te_controls').css({
				'width' : '250px',
				'marginLeft' : '-125px',
				'bottom' : '13px'
			});
		},
		onclose : function() {
			$('#botao').remove();
		}
	}
});


TopUp.addPresets({
	"div#fotos a": {
		title: "{alt} ({current} de {total})",
		group: 'Fotos',
		readAltText: 1,
		layout: "quicklook",
		shaded: 1,
		overlayClose: 1,
		type: 'ajax',
		post: 1,
		ondisplay : function() {
			$('.te_controls a').eq(0).after("<span id='botao'><a href='#' title='Incluir no orçamento'><img src='imagens/bt-orcamento-pequeno.gif' alt='Incluir no orçamento' title='Incluir no orçamento' /></a></span>");
			$('.te_controls').css({
				'width' : '250px',
				'marginLeft' : '-125px',
				'bottom' : '13px'
			});
		},
		onclose : function() {
			$('#botao').remove();
		}
	}
});


TopUp.addPresets({
	"div#tapetes a": {
		title: "{alt} ({current} de {total})",
		group: 'Tapetes',
		readAltText: 1,
		layout: "quicklook",
		shaded: 1,
		overlayClose: 1,
		type: 'ajax',
		post: 1,
		ondisplay : function() {
			$('.te_controls a').eq(0).after("<span id='botao'><a href='#' title='Incluir no orçamento'><img src='imagens/bt-orcamento-pequeno.gif' alt='Incluir no orçamento' title='Incluir no orçamento' /></a></span>");
			$('.te_controls').css({
				'width' : '250px',
				'marginLeft' : '-125px',
				'bottom' : '13px'
			});
		},
		onclose : function() {
			$('#botao').remove();
		}
	}
});


TopUp.addPresets({
	"div#passadeiras a": {
		title: "{alt} ({current} de {total})",
		group: 'Passadeiras',
		readAltText: 1,
		layout: "quicklook",
		shaded: 1,
		overlayClose: 1,
		type: 'ajax',
		post: 1,
		ondisplay : function() {
			$('.te_controls a').eq(0).after("<span id='botao'><a href='#' title='Incluir no orçamento'><img src='imagens/bt-orcamento-pequeno.gif' alt='Incluir no orçamento' title='Incluir no orçamento' /></a></span>");
			$('.te_controls').css({
				'width' : '250px',
				'marginLeft' : '-125px',
				'bottom' : '13px'
			});
		},
		onclose : function() {
			$('#botao').remove();
		}
	}
});


TopUp.addPresets({
	"div#passagens a": {
		title: "{alt} ({current} de {total})",
		group: 'Passagens',
		readAltText: 1,
		layout: "quicklook",
		shaded: 1,
		overlayClose: 1,
		type: 'ajax',
		post: 1,
		ondisplay : function() {
			$('.te_controls a').eq(0).after("<span id='botao'><a href='#' title='Incluir no orçamento'><img src='imagens/bt-orcamento-pequeno.gif' alt='Incluir no orçamento' title='Incluir no orçamento' /></a></span>");
			$('.te_controls').css({
				'width' : '250px',
				'marginLeft' : '-125px',
				'bottom' : '13px'
			});
		},
		onclose : function() {
			$('#botao').remove();
		}
	}
});
