 $(document).ready(function() {
 
 	$("#nav").lavaLamp({
		fx: "easeOutCirc",
		speed: 800,
		linum: 1
	});
	
	var caelicia = {
      src: 'http://www.inmunited.com/files/html/sky/assets/flash/caecilia.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    sIFR.useStyleCheck = true;
    sIFR.activate(caelicia);
    
    sIFR.replace(caelicia, {
      selector: 'h2'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#282828'} }
    });

    sIFR.replace(caelicia, {
      selector: 'h3'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#1f1f1f'}}
    });
    
    sIFR.replace(caelicia, {
      selector: 'h4.dark'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#282828'} }
    });
        
    sIFR.replace(caelicia, {
      selector: 'h4#featured_prod'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#ffffff'} }
    });
    
    sIFR.replace(caelicia, {
      selector: 'h4'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#e6e5e2'} }
    });
    
    sIFR.replace(caelicia, {
      selector: 'h4#clienttestimonials'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#af6d32'} }
      ,filters: { DropShadowFilter: { knockout: false, distance: 1, color: '#fef3e1', strength: 1, }}
    });
    
    sIFR.replace(caelicia, {
      selector: 'h5#newslet'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#ffffff'} }
      ,filters: { DropShadowFilter: { knockout: false, distance: 1, color: '#000000', strength: 1, angle: 200 }}
    });
    
    sIFR.replace(caelicia, {
      selector: 'h6'
      ,selectable: false
      ,wmode: 'transparent'
      ,css: { '.sIFR-root': { 'color': '#282828'} }
    });
    
});