
var GoodKitty = { src: '/flash/GoodKitty.swf' };

sIFR.activate(GoodKitty);

sIFR.replace(GoodKitty, {
      selector: 'h2',
 	   css: [
	      '.sIFR-root { color:#EE3424;font-size:32px;margin-bottom:0px;padding:0px; }',
			'a { text-decoration: none; color:#EE3424; }' ,'a:link { color: #EE3424; }' ,'a:hover { color: #EE3424; }'
	      ],
      wmode: 'transparent'
});


sIFR.replace(GoodKitty, {
      selector: '#secondary h3',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size: 28px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});
sIFR.replace(GoodKitty, {
      selector: '.product-details ul li',
 	   css: [
	      '.sIFR-root { color:#EE3424; padding-left:20px; font-size:16px }'
	      ],
      wmode: 'transparent'
});


sIFR.replace(GoodKitty, {
      selector: '#recent-articles h3',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size: 28px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#recent-products p',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size: 18px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#home-featured h3',
 	   css: [
	      '.sIFR-root { font-size:26px; color:#007DC3; text-align:center; }',
			'a { text-decoration: none; color:#007DC3; }' ,'a:link { color: #007DC3; }' ,'a:hover { color: #007DC3; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#home-snikiddy-kids h3',
 	   css: [
	      '.sIFR-root { font-size:28px; color:#9B5BA4; text-align:center; }',
			'a { text-decoration: none; color:#9B5BA4; }' ,'a:link { color: #9B5BA4; }' ,'a:hover { color: #9B5BA4; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: 'ul.product-list li p',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size: 18px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#snikiddy-story p',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size:16px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#footer p',
 	   css: [
	      '.sIFR-root { color:#181818; font-size:13px; }',
			'a { text-decoration: none; color:#181818; }' ,'a:link { color: #181818; }' ,'a:hover { color: #181818; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(GoodKitty, {
      selector: '#footer li',
 	   css: [
	      '.sIFR-root { color:#181818; text-align:center; font-size:13px; }',
			'a { text-decoration:none; color:#181818; }' ,'a:link { color:#181818; }' ,'a:hover { color:#F58025; }'
	      ],
      wmode: 'transparent'
});
sIFR.replace(GoodKitty, {
      selector: '#write-comment h4',
 	   css: [
	      '.sIFR-root { color:#181818; font-size: 28px; }',
	      ],
      wmode: 'transparent'
});	
sIFR.replace(GoodKitty, {
	      selector: '#user-comments h4',
	 	   css: [
		      '.sIFR-root { color:#181818; font-size: 28px; }',
		      ],
	      wmode: 'transparent'
	});