$(document).ready(function(){
	$("#home_slideshow").easySlider({
		auto: true,
		continuous: true,
		numeric: true,
		pause: 6000,
		speed: 1200
	});

	$("a[rel^='pretty_photo']").prettyPhoto();
});
