$(function() {
	$('#fp-left h1').pir({
		font : 1,
		color : '37dbde'
	});
	$('#continue-link').pir({
		font : 1,
		color : '37dbde'
	});
	$('#fp-right a').pir({
		font : 1,
		color : '333',
		hoverColor: '37dbde',
		wrap : true
	});
	$('h1.title').pir({
		font : 1,
		color : '1e7b7e',
		wrap : true
	});
	
	$('a').each(function() {
		var that = $(this);
		if(that.attr('href').match(/\.(jpg|png|gif)$/i)) {
			that.slimbox();
		}
	});
});
