  var mariette = {
    src: 'http://www.sleepsanctuary.com.au/swf/mariette_2.swf'
  };
  
  
  var myriad = {
//    src: 'http://www.sleepsanctuary.com.au/swf/myriad.swf'
    src: 'http://www.sleepsanctuary.com.au/swf/century_gothic.swf'
  };

  sIFR.prefetch(mariette,myriad);
  
  sIFR.debugMode = false;
//  sIFR.fitExactly = true;
  sIFR.domains = ['www.sleepsanctuary.com.au','sleepsanctuary.com.au','secure.server101.com'];

  sIFR.activate();
  
  
sIFR.replace(myriad, { 
			 selector: '#page_title h1',
			 wmode: 'transparent',
			 fitExactly: 1,
			tuneHeight: 10,
			 css: {'.sIFR-root': { 'color': '#ffffff', 'background-color':'#8cb4e8','text-align':'right' } }
				 });
 /* 
  sIFR.replace(myriad, {
    selector: '.menu_item_on',
	wmode: 'transparent',
	css: [
      '.sIFR-root {background-color:#8cb4e8;}'
      ,'a { text-decoration: none; font-size:29px;}'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #dbe6f7;}'
    ]
  });


sIFR.replace(myriad, {
    selector: '.menu_item_off',
    wmode: 'transparent',
	css: [
	   '.sIFR-root {background-color:#8cb4e8;}'  
	  ,'a { text-decoration: none; background-color:#8cb4e8; }'
      ,'a:link { color: #ffffff;background-color:#cccccc;background-color:#000000;  }'
      ,'a:hover { color: #dbe6f7 }'
    ]
  });

*/
sIFR.replace(mariette, {
    selector: '.section_name h1',
    wmode: 'transparent',
	fitExactly: 1,
			tuneHeight: 10,
	css: [
	   '.sIFR-root {background-color:#f7f6f6; font-size:36px;color:#7d9dcc; }'  
	  ,'a { text-decoration: none; background-color:#8cb4e8;text-decoration:none;font-size:36px; }'
      ,'a:link { color: #7d9dcc; background-color:#f7f6f6; text-decoration:none; }'
      ,'a:hover { color: #7d9dcc }'
    ]
  });

sIFR.replace(mariette, { 
			 selector: '.prod_name h2' ,
			 wmode: 'transparent',
			 tuneHeight: 20,
			 css: {'.sIFR-root': { 'color': '#7d9dcc', 'background-color':'#f7f6f6','text-align':'center' } }
			 });



sIFR.replace(mariette, {
    selector: '.prod_name h1',
    wmode: 'transparent',
	 tuneHeight: 10,
	fitExactly: 1,
	css: [
	   '.sIFR-root {background-color:#f7f6f6; color:#7d9dcc;}'  
	  ,'a { text-decoration: none; background-color:#8cb4e8;text-decoration:none; }'
      ,'a:link { color: #7d9dcc; background-color:#f7f6f6; text-decoration:none; }'
      ,'a:hover { color: #7d9dcc }'
    ]
  });




sIFR.replace(mariette, { 
			 selector: '#product_details h1' ,
			 tuneHeight: 20,
			fitExactly: 1,
			 wmode: 'transparent',
			 css: {'.sIFR-root': { 'color': '#8cb4e8', 'background-color':'#ffffff' } }
			 });



sIFR.replace(mariette, {
    selector: '#mariette',
    wmode: 'transparent',
	fitExactly: 1,
	 tuneHeight: 10,
	css: [
	   '.sIFR-root {background-color:#f7f6f6; color:#7d9dcc;}'
	  ,'p {background-color:#f7f6f6; color:#7d9dcc;}'
	  ,'a { text-decoration: none; background-color:#8cb4e8;text-decoration:none; }'
      ,'a:link { color: #7d9dcc; background-color:#f7f6f6; text-decoration:none; }'
      ,'a:hover { color: #7492be; }'
    ]
  });

sIFR.replace(mariette, {
    selector: '.mariette',
    wmode: 'transparent',
	fitExactly: 1,
	tuneHeight: 15,
	css: [
	   '.sIFR-root {background-color:#f7f6f6;  color:#7d9dcc;}'
	  ,'p {background-color:#f7f6f6; color:#7d9dcc;}'
	  ,'a { text-decoration: none; background-color:#8cb4e8;text-decoration:none; }'
      ,'a:link { color: #7d9dcc; background-color:#f7f6f6; text-decoration:none; }'
      ,'a:hover { color: #7d9dcc }'
    ]
  });

sIFR.replace(mariette, { 
			 selector: 'div#text_content h1' ,
			fitExactly: 1,
			tuneHeight: 10,
			 wmode: 'transparent',
			 css: {'.sIFR-root': { 'color': '#7d9dcc', 'background-color':'#f7f6f6','text-align':'left','font-size':'26' } }
			 });

sIFR.replace(mariette, { 
			 selector: 'div.news_item h2' ,
			fitExactly: 1,
			tuneHeight: 10,
			 wmode: 'transparent',
			 css: {'.sIFR-root': { 'color': '#7d9dcc', 'background-color':'#f7f6f6','text-align':'left' } }
			 });


sIFR.replace(mariette, {
    selector: '.product_name h3',
    wmode: 'transparent',
	fitExactly: 1,
	tuneHeight: 10,
	css: [
	   '.sIFR-root {background-color:#f7f6f6; color:#c9cbce;}'  
	  ,'a { color: #c9cbce; text-decoration: none; background-color:#c9cbce;text-decoration:none; font-weight:normal; }'
      ,'a:link { color: #c9cbce; background-color:#f7f6f6; text-decoration:none; font-weight:normal;}'
      ,'a:hover { color: #c9cbce;font-weight:normal; }'
    ]
  });