// Sliders

$().ready(function() {
	$('#slider').kwicks({
		max : 500,
		spacing : 5,
		sticky : true
	});
});
