$(document).ready(function() {

	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 25,
		showTitle: false,
		allowresize: true,
		theme: 'light_square'
	});
	
	$(".logoCycle").cycle();
	
});

/* Cache rendered in 0,01083 seconds. */
