
$(document).ready(function(){
		
	// $(".new a span").append("<sup>neu</sup>");

	$("<sup><img src='/layout/css/neu.png' /></sup>").appendTo(".new");

	$("a[rel^='gallery']").prettyPhoto({
		theme: 'dark_rounded'
	});
	 
	$("div.scrollable").scrollable({
		size: 2
	});  

});

