$(function(){
	$("#slider").easySlider({
		auto: true,
		continuous: true 
	});
	
	//birthday
	$('#slider1').tinycarousel({ axis: 'x'});
});
