$j(document).ready(function(){
		$j("a[rel^='prettyPhoto']").prettyPhoto();
});

$j(document).ready(function() {	
	$j('.tipsy').tipsy({fade: true, gravity: 's', html: true});
	
});

$j(document).ready(function(){
	$j('.slideshow').cycle()
});









