$(document).ready(function() {
	$(".slideshow").easySlider({
		auto: false, 
		continuous: true
	});

	$(".slideshowBucky").easySlider({
		auto: false, 
		continuous: true,
		numeric: true,
		 nextId:         'nextBtn2',
		 prevId:         'prevBtn2',
	});
	
	$('.more').click(function() { 
		$(this).parents().find('#archives').addClass('open');
		$(this).hide();
	});
});
