$(document).ready(function(){


	$(function() {
		$("#slider").accordion({
			active: -1,
			autoHeight: false,
			header: 'dt'
		});
	});


});
