var skia = {
  src: '/flash/skia.swf'
};
sIFR.prefetch(skia);
sIFR.activate();

sIFR.replace(skia, {
	selector: 'h1',
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: 2,
	css: {
	'.sIFR-root': 		{ 'color': '#000000', 'font-weight':'bold' },
	'a': 				{ 'color': '#CCCCCC' },
	'a:link': 			{ 'color': '#CCCCCC', 'text-decoration':'none' },
	'a:hover': 			{ 'color': '#DE5D18' }
	}
});
sIFR.replace(skia, {
	selector: '.banners h2',
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: -2,
	css: {
	'.sIFR-root': 		{ 'color': '#FFFFFF', 'font-weight':'bold' },
	'a': 				{ 'color': '#FFFFFF' },
	'a:link': 			{ 'color': '#FFFFFF', 'text-decoration':'none' },
	'a:hover': 			{ 'color': '#FFFFFF' }
	}
	,filters: {
		  DropShadow: {
		    knockout: false
		    ,distance: 3
		    ,color: '#000000'
		    ,strength: 0.5
		  }
	}
});
/*
sIFR.replace(skia, {
	selector: '.menu li.normal',
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: -0,
	css: {
	'.sIFR-root': 	{ 'color': '#00000', 'font-weight':'bold' },
	'a': 			{ 'color': '#000000','text-decoration':'none' },
	'a:link': 		{ 'color': '#00000', 'text-decoration':'none' },
	'a:hover': 		{ 'color': '#000000','text-decoration':'underline' }
	}
});*/
/*sIFR.replace(skia, {
	selector: '.menu li.target',
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: -0,
	css: {
	'.sIFR-root':   { 'color': '#FFFFFF', 'font-weight':'bold' },
	'a': 			{ 'color': '#FFFFFF','text-decoration':'none' },
	'a:link': 		{ 'color': '#FFFFFF', 'text-decoration':'none' },
	'a:hover': 		{ 'color': '#FFFFFF', 'text-decoration':'underline'}
	}
});*/
/*sIFR.replace(skia, {
	selector: 'span.info',
	wmode: 'transparent',
	forceWidth: true,
	fitExactly:true,
	tuneWidth: -0,
	css: {
	'.sIFR-root':   { 'color': '#9D319F', 'font-weight':'bold' }
	}
});*/
sIFR.replace(skia, {
	selector: '#left h2',
	wmode: 'transparent',
	forceWidth: true,
	fitExactly:true,
	tuneWidth: 0,
	css: {
	'.sIFR-root':   { 'color': '#9D319F', 'font-weight':'bold' }
	}
});
sIFR.replace(skia, {
	selector: '.profile_even h3',
	wmode: 'transparent',
	forceWidth: true,
	fitExactly:true,
	tuneWidth: 0,
	css: {
	'.sIFR-root':   { 'color': '#9D319F', 'font-weight':'bold', 'font-size':'20px;' },
	'a': 			{ 'color': '#9D319F', 'font-weight':'bold'},
	'a:link': 		{ 'color': '#9D319F', 'text-decoration':'none' },
	'a:hover': 		{ 'color': '#000000', 'text-decoration':'none'}
	}
});
sIFR.replace(skia, {
	selector: '.profile_odd h3',
	wmode: 'transparent',
	forceWidth: true,
	fitExactly:true,
	tuneWidth: 0,
	css: {
	'.sIFR-root':   { 'color': '#9D319F', 'font-weight':'bold', 'font-size':'20px;' },
	'a': 			{ 'color': '#9D319F', 'font-weight':'bold'},
	'a:link': 		{ 'color': '#9D319F', 'text-decoration':'none' },
	'a:hover': 		{ 'color': '#000000', 'text-decoration':'none'}
	}
});

