
var rockwell = {
    src: '/resource/flash/rockwell.swf'    
  };
  
sIFR.activate(rockwell);

sIFR.replace(rockwell, {
    selector: '#main-content-title h1'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:24px; color: #473281; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '#main-content-title h3.subpage-title'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:18px; color:#8F368F; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '.tool-shed h3'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:18px; color:#473281; font-weight:bold; }'
    ]
  });

/* Victor - Styling tool shed header on homepage...*/
sIFR.replace(rockwell, {
    selector: '.tool-shed-home h3'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:24px; color:#473281; font-weight:bold; }'
    ]
  });

/* Victor - Styling spotlight header on homepage...*/
sIFR.replace(rockwell, {
    selector: '#spotlightContainer h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:18px; color:#608746; font-weight:bold; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '.tool-shed h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:14px; color:#473281; font-weight:bold; text-align:center; padding-bottom:0; }'
	,'a { text-decoration: none; }'
      ,'a:link { color: #473281; }'
      ,'a:hover { color:#8F368F; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '.page-bottom h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:14px; color: #473281; text-align:center; font-weight:bold; padding-bottom:0; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '.events-box h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:14px; color: #473281; font-weight:bold; padding-bottom:0; }'
    ]
  });

sIFR.replace(rockwell, {
    selector: '.events li span.button'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { font-size:10px; color:#ffffff; text-align:center; padding-bottom:-5px; line-height:.125em; }'
	,'a { text-decoration: none; padding-bottom:-5px; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color:#ffffff; }'
    ]
  });
