//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; background-color: #FFFFFF}',
        'a {color: #000000; text-decoration: none;}',
        'a:hover {color: #710201;}'
        ]//,
      //wmode: 'transparent'
	  //wmode:'opaque'
});

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

sIFR.replace(rockwell, {
      selector: '#text h3',
     css: [
        '.sIFR-root { color:#FFFFFF; font-size: 14px;}',
        'a {color: #710201; text-decoration: none;}',
        'a:hover {color: #000000;}'
        ],
      //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: #710201; }'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});


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

sIFR.replace(rockwell, {
      selector: 'h4.right',
     css: [
        '.sIFR-root { color:#333333; font-size: 1.2em; text-align:right  }',
        'a {color: #710201; 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: #710201; text-decoration: none;}',
        'a:hover {color: #000000;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

sIFR.replace(rockwell, {
      selector: 'h4.right',
     css: [
        '.sIFR-root { color:#333333; font-size: 1.2em; text-align: right }',
        'a {color: #710201; 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: #710201;}'
        ],
      //wmode: 'transparent'
	  wmode:'transparent'
});

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

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

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

