
var gotham = { src: '/images/gotham.swf' };
var chronical_bold = { src: '/images/chronical_bold.swf' };
var gotham_med = { src: '/images/gotham_med.swf' };
sIFR.activate(gotham, chronical_bold, gotham_med);

sIFR.replace(gotham, {
	selector:'.product_name p',
	css: {
		'.sIFR-root' : { 'color' : '#FFFFFF', 'vertical-align' : 'center'},
		'a' : { 'color' : '#FFFFFF', 'text-decoration' : 'none'},
		'a:hover' : { 'color' : '#FFFFFF', 'text-decoration' : 'none'}
	},
  wmode:'transparent'
});
sIFR.replace(gotham, {
	selector:'.product_name_long p',
	css: {
		'.sIFR-root' : { 'color' : '#FFFFFF'},
		'a' : { 'color' : '#FFFFFF', 'text-decoration' : 'none'},
		'a:hover' : { 'color' : '#FFFFFF', 'text-decoration' : 'none'}
	},
  wmode:'transparent'
});

sIFR.replace(gotham, {
	selector:'#finish h1.title p',
	css: '.sIFR-root { color: #FFFFFF; text-align: center; }',
  wmode:'transparent'
});

sIFR.replace(gotham, {
	selector:'.gotham',
	css: '.sIFR-root { color: #FFFFFF;}',
  wmode:'transparent'
});

sIFR.replace(chronical_bold, {
	selector:'#header h2',
	css: '.sIFR-root { color: #FFFFFF; text-align: center; text-transform: uppercase;}',
  wmode:'transparent'
});

sIFR.replace(gotham_med, {
	selector:'#header h1',
	css: '.sIFR-root { color: #FFFFFF; text-align: center; text-transform: uppercase;}',
  wmode:'transparent'
});

sIFR.replace(chronical_bold, {
	selector:'#dealer_page_header h1',
	css: '.sIFR-root { color: #FFFFFF; text-align: center; text-transform: uppercase;}',
  wmode:'transparent'
});
sIFR.replace(gotham_med, {
	selector:'.loc_list div.title p',
	css: '.sIFR-root { color: #FFFFFF; margin:15px; text-align:left; }',
  wmode:'transparent'
});
sIFR.replace(gotham_med, {
	selector:'.product-button .product-name',
	css: '.sIFR-root { color: #FFFFFF; text-align:center; text-transform: uppercase; }',
  wmode:'transparent'
});

sIFR.replace(gotham, {
	selector:'.gallery_header .title',
	css: '.sIFR-root { color: #FFFFFF;}',
  wmode:'transparent'
});


sIFR.replace(gotham, {
	selector:'.gallery_header .download_link',
	css: {
		'.sIFR-root' : { 'color' : '#FFFFFF', 'text-align': 'right' },
		'a' : { 'color' : '#FFFFFF', 'text-decoration' : 'underline'},
		'a:hover' : { 'color' : '#FFFFFF', 'text-decoration' : 'underline'}
	},
  wmode:'transparent'
});

