$(document).ready(function(){
						   
	$('.top-negocios').cycle("slow");
	
	$(".close-floater").click(function(){
		$("#floater").fadeOut("slow") ;
	});
	
});

//Fontes sIRF
var franklin = {
      src: '_swf/franklin.swf'
};
 
sIFR.activate(franklin);

sIFR.replace(franklin, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:24; color:#caa002; text-transform:uppercase; font-weight:bold;}'
      ],

	wmode: 'transparent'
});

sIFR.replace(franklin, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:18; color:#caa002; text-transform:uppercase; font-weight:bold;}',
	  'a:link {color:#8b4500; text-decoration:none;}',
	  'a:hover {color:#8b4500; text-decoration:underline;}'
      ],

	wmode: 'transparent'
});

sIFR.replace(franklin, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:18; color:#000000; font-weight:bold;}',
	  'a:link {color:#8b4500; text-decoration:none;}',
	  'a:hover {color:#8b4500; text-decoration:underline;}'
      ],

	wmode: 'transparent'
});

sIFR.replace(franklin, {
      selector: 'h2.sub',
      css: [
      '.sIFR-root { font-size:20; color:#000000; text-transform:uppercase; font-weight:bold;}',
	  'a:link {color:#000000; text-decoration:none;}',
	  'a:hover {color:#000000; text-decoration:underline;}'
      ],

	wmode: 'transparent'
});

sIFR.replace(franklin, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size:14; color:#000000; text-transform:uppercase; font-weight:bold;}',
	  'a:link {color:#000000; text-decoration:none;}',
	  'a:hover {color:#000000; text-decoration:underline;}'
      ],

	wmode: 'transparent'
});

