
var universe45 = {
  src: '/css/universe45light.swf'
// ,ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 15, 1.3, 19, 1.28, 20, 1.27, 32, 1.26, 33, 1.24, 34, 1.25, 40, 1.24, 43, 1.23, 44, 1.24, 64, 1.23, 67, 1.22, 68, 1.23, 72, 1.22, 73, 1.23, 1.22]
};
sIFR.activate(universe45);

var universe57 = {
  src: '/css/universe57cond.swf'
};
sIFR.activate(universe57); 

//sIFR.debug.ratios(universe45, {

sIFR.replace(universe45, {
    selector: 'h1'
	,css: [
      '.sIFR-root { color: #3399cc; background-color: #ffffff; }'
      ,'h1 a { text-decoration: none; color: #3399cc; }'
      ,'h1 a:visited { text-decoration: none; color: #3399cc; }'
	  ,'h1 a:active { text-decoration: underline; color: #3399cc; }'
      ,'h1 a:hover { text-decoration: underline; color: #3399cc; }'
    ]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(universe45, {
    selector: '.h1'
	,css: [
      '.sIFR-root { color: #3399cc; background-color: #ffffff; }'
      ,'.h1 a { text-decoration: none; color: #3399cc; }'
      ,'.h1 a:visited { text-decoration: none; color: #3399cc; }'
	  ,'.h1 a:active { text-decoration: underline; color: #3399cc; }'
      ,'.h1 a:hover { text-decoration: underline; color: #3399cc; }'
    ]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(universe45, {
    selector: 'h3'
	,css: [
      '.sIFR-root { color: #3399cc; background-color: #ffffff; }'
      ,'h3 a { text-decoration: none; color: #3399cc; }'
      ,'h3 a:visited { text-decoration: none; color: #3399cc; }'
	  ,'h3 a:active { text-decoration: underline; color: #3399cc; }'
      ,'h3 a:hover { text-decoration: underline; color: #3399cc; }'
    ]
	,fitExactly: true
	,wmode: 'transparent'
});

sIFR.replace(universe45, {
    selector: '#featured p'
    ,css: {
      '.sIFR-root': { 'color': '#3399cc' , 'text-transform': 'uppercase' , 'background-color': '#000000' , 'font-size':'24px' }
    }
	,wmode: 'transparent'
	,fitExactly: true
});

//sIFR.debug.ratios(universe57, {
sIFR.replace(universe57, {
    selector: '#sub-nav .span'
	,css: [
      '.sIFR-root { color: #666666; background-color: #eeeeee; }'
      ,'#sub-nav .span a { text-decoration: none; color: #666666; }'
      ,'#sub-nav .span a:visited { text-decoration: none; color: #666666; }'
	  ,'#sub-nav .span a:active { text-decoration: none; color: #666666; }'
      ,'#sub-nav .span a:hover { text-decoration: none; color: #666666; }'
    ]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight: -7
});


