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


sIFR.activate(avantgarde);


sIFR.replace(avantgarde, {
  selector: '.gallery-box h3',
  css: '.sIFR-root { color: #FFFFFF; }',
  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
  selector: '#below-nav h3',
  css: '.sIFR-root { color: #FFFFFF; }',
  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
  selector: '.speech-bubble-grey h3',
  css: '.sIFR-root { background-color: #FFFFFF; color: #FFFFFF; }',
  wmode: 'transparent'
  /* tuneHeight: '-6' */
});

sIFR.replace(avantgarde, {
  selector: '.right_hand_speech_bubble h3',
  css: '.sIFR-root { background-color: #FFFFFF; color: #FFFFFF; }',
  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
  selector: '.rightbox-pink .textbox h3',
  css: '.sIFR-root { background-color: #FFFFFF; color: #FFFFFF; }',
  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#news h3',
	  css: [
        /* '.sIFR-root { text-align: left; font-weight: normal; width: 100px;}', */
        'a { text-decoration: none; }',
        'a:link { color: #FFFFFF; }',
        'a:hover { color: #000000; }'
      ],
  		wmode: 'transparent'
    });

sIFR.replace(avantgarde, {
  selector: 'h3.quote',
  css: '.sIFR-root { background-color: #FFFFFF; color: #DD2E91; }',
  wmode: 'transparent'
});

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


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


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



sIFR.replace(avantgarde, {
  selector: '#right_side h3',
  css: '.sIFR-root { color: #666666; }',
  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
  selector: '#title_box_pink .title_main',
  css: '.sIFR-root { background-color: #FFFFFF; color: #DD2E91; text-transform: uppercase; }',
  wmode: 'transparent',
  tuneHeight: '-6'
});

sIFR.replace(avantgarde, {
  selector: '#title_box .title_main',
  css: '.sIFR-root { background-color: #FFFFFF; color: #DD2E91; text-transform: uppercase; }',
  wmode: 'transparent',
  tuneHeight: '-6'
});

sIFR.replace(avantgarde, {
  selector: '#title_box_shop .title_main',
  css: '.sIFR-root { background-color: #DD2E91; color: #FFFFFF; text-transform: uppercase; }',
  wmode: 'transparent',
  tuneHeight: '-6'
});

sIFR.replace(avantgarde, {
  selector: '.title_main_white',
  css: '.sIFR-root { background-color: #DD2E91; color: #FFFFFF; text-transform: uppercase; }',
  wmode: 'transparent',
  tuneHeight: '-6'
});

