

var fsclerkenwell = {
  src: '/swf/neosans.swf'
};


sIFR.activate(fsclerkenwell);

//sIFR.replace( {transparent: true} );


sIFR.replace(fsclerkenwell, {
  selector: '.ie_intro'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:18px; color:#666666; }',
	  'a{ color:#666666; text-decoration:none; }',
	  'a:hover{ color:#666666; text-decoration:underline; }'
    ]
});

sIFR.replace(fsclerkenwell, {
  selector: '.ie_h1'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:60px; font-weight:bold; color:#6FA994; text-transform:uppercase; }',
	  'a{ color:#6FA994; text-decoration:none; }',
	  'a:hover{ color:#6FA994; text-decoration:underline; }'
    ]
});
sIFR.replace(fsclerkenwell, {
  selector: '.ie_h1-green'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:60px; font-weight:bold; color:#99AC16; text-transform:uppercase; }',
	  'a{ color:#6FA994; text-decoration:none; }',
	  'a:hover{ color:#6FA994; text-decoration:underline; }'
    ]
});
sIFR.replace(fsclerkenwell, {
  selector: '.ie_h1-yellow'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:60px; font-weight:bold; color:#D7A700; text-transform:uppercase; }',
	  'a{ color:#6FA994; text-decoration:none; }',
	  'a:hover{ color:#6FA994; text-decoration:underline; }'
    ]
});
sIFR.replace(fsclerkenwell, {
  selector: '.ie_h1-brown'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:60px; font-weight:bold; color:#AD998C; text-transform:uppercase; }',
	  'a{ color:#6FA994; text-decoration:none; }',
	  'a:hover{ color:#6FA994; text-decoration:underline; }'
    ]
});

sIFR.replace(fsclerkenwell, {
  selector: '.ie_h2'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:40px; color:#000000; text-transform:uppercase; }',
	  'a{ color:#000000; text-decoration:none; }',
	  'a:hover{ color:#000000; text-decoration:underline; }'
    ]
});

sIFR.replace(fsclerkenwell, {
  selector: '.imagine_h2'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:24px; color:#ffffff; }',
	  'a{ color:#ffffff; text-decoration:none; }',
	  'a:hover{ color:#ffffff; text-decoration:underline; }'
    ]
});


sIFR.replace(fsclerkenwell, {
	  selector: '.imagine_label'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:12px; color:#000000; }',
	  'a{ color:#ffffff; text-decoration:none; }',
	  'a:hover{ color:#ffffff; text-decoration:underline; }'
    ]
});

sIFR.replace(fsclerkenwell, {
  selector: '.ie_h3'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:24px; color:#000000; font-weight: bold; }',
	  'a{ color:#000000; text-decoration:none; }',
	  'a:hover{ color:#000000; text-decoration:underline; }'
    ]
});
sIFR.replace(fsclerkenwell, {
  selector: '.ie_h3-caps'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:28px; color:#000000; text-transform:uppercase; }',
	  'a{ color:#000000; text-decoration:none; }',
	  'a:hover{ color:#000000; text-decoration:underline; }'
    ]
});


sIFR.replace(fsclerkenwell, {
  selector: '.ie_h4, .ie_button'
  ,transparent: true
  ,css: [
      '.sIFR-root{ font-size:18px; color:#000000; font-weight: bold; }',
	  'a{ color:#000000; text-decoration:none; }',
	  'a:hover{ color:#000000; text-decoration:underline; }'
    ]
});
