jQuery.noConflict();

jQuery(document).ready(function(){	
	jQuery("#slider").easySlider({
		auto: true,
		continuous: true 
	});
});

jQuery(document).ready(function() {
	jQuery("a[rel=lightbox]").fancybox({
	'transitionIn'	:	'none',
	'transitionOut'	:	'none',
	'overlayShow'	:	true,
	'scrolling'   		: 'no'
	});
});
