// remap jQuery to $
(function($){

	$(function(){
		$('.fadein img:gt(0)').hide();
		setInterval(function(){$('.fadein :first-child').fadeOut(1000).next('img').fadeIn(1000).end().appendTo('.fadein');}, 6000);
	});


	$("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed: 'normal',
		opacity: 0.7,
		slideshow: false
	});




 



})(window.jQuery);
