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

sIFR.activate(avantgarde);

sIFR.replace(avantgarde, {
  selector: 'h2',
  css: [
	'.sIFR-root { color: #FFFFFF; letter-spacing: 1; }',
	'a {color: #DD2E91; text-decoration: none;}',
	'a:hover {color: #666666;}'
	],
	wmode: 'transparent'
});


sIFR.replace(avantgarde, {
      selector: '#top-account-info p.alignright'
	  ,fixFocus: true 	
      ,css: [
        '.sIFR-root { text-align: right; font-weight: normal; color:#FFFFFF; letter-spacing: 1;}'
        ,'a { text-decoration: none; color:#FFFFFF; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #000000; }'
      ],
  	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#top-account-info p'
	  ,fixFocus: true 	
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; letter-spacing: 1;}'
        ,'a { text-decoration: none; color:#FFFFFF; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #000000; }'
      ],
  	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#topmenu li.toplink'
	  ,fixFocus: true 
      ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; letter-spacing: 1;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #cec4d4; }'
      ],
	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#categoryGrid .detailBtn'
	  ,fixFocus: true 
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: 1;}'
        ,'a { text-decoration: none;}'
        ,'a:link { color: #000000;}'
        ,'a:hover { color: #aa1c8c;}'
      ],
	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#categoryGrid .detailBtnpink'
	  ,fixFocus: true 
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: 1;}'
        ,'a { text-decoration: none;}'
        ,'a:link { color: #FFFFFF;}'
        ,'a:hover { color: #f7cfe7;}'
      ],
	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#productDetail #productsRelated .details .buttons .detailBtnpink'
	  ,fixFocus: true 
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: 1;}'
        ,'a { text-decoration: none;}'
        ,'a:link { color: #FFFFFF;}'
        ,'a:hover { color: #f7cfe7;}'
      ],
	  wmode: 'transparent'
});


sIFR.replace(avantgarde, {
      selector: '#productDetail .detailBtn'
	  ,fixFocus: true 
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: 1;}'
        ,'a { text-decoration: none;}'
        ,'a:link { color: #000000;}'
        ,'a:hover { color: #aa1c8c;}'
      ],
	  wmode: 'transparent'
});
