var din_regular = {
      src: '/wp-content/themes/bluecube-black/files/swf/din-regular.swf'
};
 
sIFR.activate(din_regular);


sIFR.replace(din_regular, {
      selector: 'div#home-missionstatement h2',
	  css: [
      '.sIFR-root { color: #FFFFFF; text-transform:none; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'div#home-missionstatement h3',
	  css: [ 
      '.sIFR-root { color: #FFFFFF; text-transform:none; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'div#about-missionstatement h3',
	  css: [ 
      '.sIFR-root { color: #FFFFFF; text-transform:none; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'div.featured-title h3',
	  css: [
      '.sIFR-root { color: #FFFFFF;	text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'h2, h3',
	  css: [
      '.sIFR-root { color: #FFFFFF;	text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'ul.pagination li.olderentries',
	  css: [
      '.sIFR-root { color: #FFFFFF; text-transform: uppercase; text-align: left; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(din_regular, {
      selector: 'ul.pagination li.newerentries',
	  css: [
      '.sIFR-root { color: #FFFFFF; text-transform: uppercase; text-align: right; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color:#00BFF3; }'
      ,'a:hover { color:#FFFFFF; }'
	  ,'a:visited { color:#00BFF3; }'
	  ],
      wmode: 'transparent'
});