$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true, /* replace true by false if you don't want to slide your images automaticaly */
		pause: 5000 /* -- in miliseconds */
	});
	$(".photo a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
});	
