$(document).ready(function(){
	$("#slider").easySlider({
		auto: true,
		controlsShow: false,
		vertical: true,
		pause: 7500,
		continuous: true
	});

	$("#screenshot1").fancybox();
	$("#screenshot2").fancybox();
	$("#screenshot3").fancybox();
	$("#screenshot4").fancybox();
	$("#screenshot5").fancybox();
	$("#screenshot6").fancybox();
});

