//var rockwell = {
//      src: 'wp-content/themes/junction/sifr/flash/rockwell.swf'
//};
 
sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: 'h1',
     css: [
        '.sIFR-root { color:#333333; font-size: 3em; }',
        'a {color: #333333; text-decoration: none;}',
        'a:hover {color: #333333;text-decoration:underline;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: '#firstitems h1',
     css: [
        '.sIFR-root { color:#FDFDFD; font-size: 2em; }',
        'a {color: #FDFDFD; text-decoration: none;}',
        'a:hover {color: #FDFDFD; }'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: 'h2',
     css: [
        '.sIFR-root { color:#000000; font-size: 2em; }',
        'a {color: #000000; text-decoration: none;}',
        'a:hover {color: #C11F03; }'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});


sIFR.replace(rockwell, {
      selector: 'h3',
     css: [
        '.sIFR-root { color:#2E828B; font-size: 1.5em; }',
        'a {color: #C11F03; text-decoration: none;}',
        'a:hover {color: #000000;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});


sIFR.replace(rockwell, {
      selector: 'h4',
     css: [
        '.sIFR-root { color:#333333; font-size: 1.2em;   }',
        'a {color: #C11F03; text-decoration: none;}',
        'a:hover {color: #000000;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: 'h5',
     css: [
        '.sIFR-root { color:#333333; font-size: 1em;  }',
        'a {color: #333333; text-decoration: none;}',
        'a:hover {color: #C11F03;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: 'h6',
     css: [
        '.sIFR-root { color:#000000; font-size: 18px;  }',
        'a {color: #C11F03; text-decoration: none;}',
        'a:hover {color: #333333;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: 'blockquote',
     css: [
        '.sIFR-root { color:#999999; font-size: 24px; font-style:italic;  }',
        'a {color: #999999; text-decoration: none;}',
        'a:hover {color: #333333;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: '.wp-caption p',
     css: [
        '.sIFR-root { color:#999999; font-size: .6em;; text-align:center; font-style: italic }',
        'a {color: #999999; text-decoration: none;}',
        'a:hover {color: #333333;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

