var rooturl = "http://www.nextsteplondon.com/";
// H1
var din = {
src: rooturl+'flash/din.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(din);

sIFR.replace(din, {
selector: 'h3', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent; color: #2f2d50; text-decoration: none; font-size:2em; }',
'a { color:#000000; text-decoration:none; cursor:default;}'
]
});



// H2
var din2 = {
src: rooturl+'flash/din.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(din2);

sIFR.replace(din2, {
selector: 'h2', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #ffffff; text-decoration: none; padding:0; margin:0; font-size:20px; text-transform: uppercase;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});

// H2
var din3 = {
src: rooturl+'flash/din.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(din3);

sIFR.replace(din3, {
selector: 'h4', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #2f2d50; text-decoration: none; padding:0; margin:0; font-size:15px;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});

// H2 video
var vag4 = {
src: rooturl+'flash/vag.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(vag4);

sIFR.replace(vag4, {
selector: 'h2', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent url(http://extra.activeark.com/dev/ambermusic/img/plus.jpg) no-repeat 0 0; color: #ffffff; text-decoration: none; padding:0; margin:0; font-size:20px;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});



