$(document).ready(function() {

	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 25,
		showTitle: false,
		allowresize: true,
		theme: 'light_square'
	});

	$('#loop').cycle({fx:'fade',timeout:6000,speed:2000});
	
	$('#tags').cycle({
			fx: 'scrollDown',
			timeout: 6000,
			speed: 2000
	});
	
  $('.imageloop').after("<div id='nav'>").cycle({
	       fx:     'fade',
	       speed:  1000,
	       timeout: 4000,
	       pager:  '#nav',
	       pagerAnchorBuilder: function(idx, slide) {
		        return '<a href="#" style="background-image: url(\'' + $(slide).attr('rel') + '\')"></a>'; 
	    } 
	    });
	
});
