var din = { 
src: '/spkoti-theme-v2/js/din.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]
};

sIFR.activate(din);

sIFR.replace(din, {
  selector: 'h1.banner-header',
  css: '.sIFR-root { color: #FFFFFF;text-transform: uppercase;}',
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: 'h1.page-header',
  css: '.sIFR-root { color: #FFFFFF;}',
  wmode: 'transparent'
});
sIFR.replace(din, {
  selector: '.fp-intro h1',
  css: '.sIFR-root { color: #FFFFFF;text-transform: uppercase;font-size:33px;}',
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: 'a.locality',
  filters: {
  DropShadow: {
    knockout: false
    ,distance: 0
    ,color: '#7c9611'
    ,strength: 3
	,alpha: .5
	,angle: 120
  }
}
,css: '.sIFR-root { color: #FFFFFF; cursor: pointer;}'
,wmode: 'transparent'
});
