var futura = {
	src: '/scripts/futura.swf',
	ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 39, 1.34, 40, 1.32, 44, 1.33, 46, 1.32, 47, 1.33, 74, 1.32, 76, 1.31, 77, 1.32, 1.31]
};
sIFR.useStyleCheck = true;
sIFR.activate(futura);
sIFR.replace(futura, {
	selector: 'h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color:#f78f1e; }',
	  'a {color: #f78f1e; text-decoration: none; }',
	  'a:hover {color: #000000; text-decoration: none;}'
	]
});
sIFR.replace(futura, {
	selector: 'h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color:#1b417d; text-transform:uppercase; }',
	  'a {color: #1b417d; text-decoration: none; }',
	  'a:hover {color: #000000; text-decoration: none;}'
	]
});
sIFR.replace(futura, {
	selector: '.redHeader',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color:#790000; text-align:center; text-transform:uppercase; }'
	]
});
$(document).ready(function() {
	$(".lightbox").colorbox();
});