$(function() {
	$("#empresa_info").tabs();
	$('#otros_productos, #arreglos_florales').tabs({
		load: function(event, ui) {
			$('a.item_otros_productos, a.item_arreglos_florales').live("click", function() {
				$(ui.panel).load(this.href);
				return false;
			});
			$('a.pagination').livequery('click', function(event) {
				$(ui.panel).load(this.href);
				return false;
			});
		}
	});
});
$(document).ready(function(){
	$("a[rel='slideshow_anturios'], a[rel='slideshow_exoticas'], a[rel='slideshow_lirios'], a[rel='slideshow_orquideas'], a[rel='slideshow_rosas'], a[rel='slideshow_botellas-y-jarrones'], a[rel='slideshow_cajas-con-flores'], a[rel='slideshow_cajas-con-frutas'], a[rel='slideshow_condolencias'], a[rel='slideshow_gourmet']").colorbox({
		transition:"elastic",
		speed:"400"
	});
	$("a.iframe").colorbox({
		width:"650px",
		height:"320px",
		iframe:true
	});
});

