$(document).ready(function() {
	$('div.content div.scrolled').jScrollPane();
	$("a[rel^='lightbox']").prettyPhoto({social_tools: '', show_title: false, overlay_gallery: false, deeplinking: false});
	$(".carousel").jcarousel({scroll: 1, wrap: 'circular'});
	
	// home affiliate
	$('div.headteaser img').animate({top: 0}, 2000, 'easeOutBounce');
	$('div.headteaser span').click(function() { $('div.headteaser').remove(); });
});

