

sIFR.replace(knockout_jr_ltw, {
	selector: '#modules .link',
	wmode: 'transparent',
	forceSingleLine: true,
	css: {
		'.sIFR-root': { 'color': '#3b3b3b', 'font-weight': 'bold', 'font-size': '17px', 'letter-spacing': '.8', 'text-decoration': 'none', 'cursor': 'pointer' },
		'a:link': { 'color': '#3b3b3b', 'text-decoration': 'none'  },
		'a:hover': { 'color': '#cf1632', 'text-decoration': 'none'  }
	}
});

sIFR.replace(knockout_jr_ftw, {
	selector: '#offer_wrapper .info h3',
	wmode: 'transparent',
	tuneWidth: 5,
	forceSingleLine: true,
	css: {
		'.sIFR-root': { 'color': '#605f5f', 'font-size': '28px', 'font-weight': 'bold', 'text-decoration': 'none' }
	}
});

sIFR.replace(knockout_jr_ftw, {
	selector: '#offer_wrapper .info p',
	wmode: 'transparent',
	tuneWidth: 5,
	forceSingleLine: true,
	css: {
		'.sIFR-root': { 'color': '#4f4f4f', 'font-size': '17px', 'font-weight': 'bold', 'letter-spacing': '.8', 'text-decoration': 'none' }
	}
});

sIFR.replace(knockout_jr_ftw, {
	selector: '#offer_details',
	wmode: 'transparent',
	tuneWidth: 5,
	forceSingleLine: true,
	css: {
		'.sIFR-root': { 'color': '#5f5f5f', 'font-size': '23px', 'font-weight': 'bold', 'letter-spacing': '2', 'text-decoration': 'none' },
		'a:link': { 'color': '#5f5f5f', 'text-decoration': 'none'  },
		'a:hover': { 'color': '#cf1632', 'text-decoration': 'none' }
	}
});

sIFR.replace(futura, {
	selector: '.module h2',
	forceSingleLine: true,
	wmode: 'transparent'
});

/* DOM Ready */
$j(document).ready(function () {	
	$j('#slides .slide .find_bike').each(function() {
		new HoverHelper($j(this));
	});
	new SlideShow($j('#slides'), $j('#slides .slide'), 5, 0, true);
	
	if ($j('.video').length) {
		new YouTubePopUp($j('.video'), $j('#lightbox_default'), 640, 385);
	}
});
