$(document).ready(function() {
	$('div#screenshots a').fancybox({
		'zoomSpeedIn' : 500,
		'zoomSpeedOut' : 500,
		'overlayOpacity' : 0.5,
		'overlayColor' : '#000'
	});
	$('div.iphone-screen').jCarouselLite({
		'auto' : 6500,
		'visible' : 1
	});
	$('div#wrap').supersleight({shim: 'i/px.gif'});
	$("a[rel='external']").attr('target','_blank');
});