sIFR.replace(alliance, {
  selector: 'h1.smalltitle',  
  wmode: 'transparent',
  css: '.sIFR-root {color: #CCCCCC; text-align:left; font-size:12px; }'
});

sIFR.replace(alliance, {
  selector: 'h1.square',  
  wmode: 'transparent',
  css: '.sIFR-root {color: #EEEEEE; text-align:center; font-size:14px; }',
  selectable: false
});

sIFR.replace(alliance, {
  selector: 'h1.reg',  
  wmode: 'transparent',
  css: '.sIFR-root {color: #ff9000; font-size:20px;}',
  selectable: false
});

sIFR.replace(alliance, {
  selector: '#right_quick_links .link_text',  
  wmode: 'transparent',
  css: '.sIFR-root {color: #FFFFFF; cursor: pointer}',
  selectable: false,
});

/*sIFR.replace(alliance, {
  selector: '#meet_the_team_top',  
  wmode: 'transparent',
  css: '.sIFR-root {color: #EEEEEE; text-align:center; font-size:18px; }',
  selectable: false
});*/

$(function() {
	$('#right_quick_links li').hover(
		function() { $(this).css({ 'background-position': '0 -87px' }); },
		function() { $(this).css({ 'background-position': '0 0' }); }
	);
});
