$(document).ready(function(){	

	$(function () { // SLIDESHOW
		$("#slideshow").easySlider({
			auto: true,
			continuous: true,
			numeric: true,
			speed: 1000,
			pause: 5000
		});

		$(".slide img").reflect({height:37,opacity:0.25});
	});
	
	$(function () { // image-header reflect
		$("#image-header img").reflect({height:20,opacity:0.25});
	});
	
	
});
