var gotham = {
  src: 'flash/gotham_medium.swf'
};
sIFR.prefetch(gotham);
	sIFR.activate();
	sIFR.replace(gotham, {
    selector: 'h3.blue'
    ,css: '.sIFR-root { font-weight: normal; color: #4e868d;}'
	 ,wmode: 'transparent'
  });
	sIFR.replace(gotham, {
    selector: 'h3.mysection'
    ,css: '.sIFR-root { font-weight: normal; color: #ffffff;}'
	 ,wmode: 'transparent'
  });
  sIFR.replace(gotham, {
    selector: 'h3.colorchoose'
    ,css: '.sIFR-root { font-weight: normal; color: #f19fc1;}'
	 ,wmode: 'transparent'
  });
 
  sIFR.replace(gotham, {
    selector: 'h1.main'
    ,css: '.sIFR-root { font-weight: normal; color: #7c0042;} a {color: #7c0042;text-decoration:none} a:hover{color: #000000;text-decoration:none}'
	 ,wmode: 'transparent'
  });
   sIFR.replace(gotham, {
    selector: 'h1.product'
    ,css: '.sIFR-root { font-weight: normal; color: #000000;}'
	 ,wmode: 'transparent'
  });
  sIFR.replace(gotham, {
    selector: 'h2.sub'
    ,css: '.sIFR-root { font-weight: normal; color: #7c0042;}'
	 ,wmode: 'transparent'
  });
  sIFR.replace(gotham, {
    selector: 'h2.blue'
    ,css: '.sIFR-root { font-weight: normal; color: #57afd9;}'
	 ,wmode: 'transparent'
  });
  sIFR.replace(gotham, {
    selector: 'h2.black'
    ,css: '.sIFR-root { font-weight: normal; color: #000000;}'
	 ,wmode: 'transparent'
  });
  sIFR.replace(gotham, {
    selector: 'h6'
    ,css: '.sIFR-root { font-weight: normal; color: #7c0042;}'
	 ,wmode: 'transparent'
  });
  
	