var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j("a[rel='lightbox']").colorbox({slideshow:true, slideshowAuto:false,current:"Bild {current} von {total}"});
	setTimeout(function() { $j('p.glower').css({'padding':'4px'}).glow('#FF6666', 2000); }, 2000);
});
