    var city = {
      src: 'city.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]
    };


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(city);

      sIFR.replace(city, {
      selector: 'h1.fave'
      ,css: {'.sIFR-root': { 'color': '#1B2205' }
      }, wmode: 'transparent'
    });
	sIFR.replace(city, {
      selector: 'h2.title'
      ,css: [
        ,'a { color:#222222; text-decoration:none;}'
        ,'a:link { color:#111111; }'
        ,'a:hover { color:#111111; }'
      ]
	  , wmode: 'transparent'
    });	
		sIFR.replace(city, {
      selector: 'h3.title'
      ,css: [
        ,'a { color:#222222; text-decoration:none;}'
        ,'a:link { color:#111111; }'
        ,'a:hover { color:#111111; }'
      ]
	  , wmode: 'transparent'
    });	
	  sIFR.replace(city, {
      selector: '.item .itemtitle, div.bigtitle h1, h1.cart, h2.title, h1.title, h1.designer-title'
      ,css: {'.sIFR-root': { 'color': '#333333' }
      }, wmode: 'transparent'
    });	  
	  sIFR.replace(city, {
      selector: 'a.designer-box h2.designer-header, .productsby-title, .results-title'
      ,css: {'.sIFR-root': { 'color': '#232323' }
      }, wmode: 'transparent'
    });
	  sIFR.replace(city, {
      selector: 'div.name3, a div.name3, a:link div.name3'
      ,css: {'.sIFR-root': { 'color': '#eeeeee', 'cursor': 'pointer' }
      }, wmode: 'transparent'
    });

	  sIFR.replace(city, {
      selector: 'a h2.designer-header, a:link h2.designer-header'
      ,css: {'.sIFR-root': { 'color': '#232323', 'cursor': 'pointer' }
      }, wmode: 'transparent'
    });
