$(function() {
        /*$('#slider,#slider2,#slider3').nivoSlider({
        effect: 'sliceDown', // Specify sets like: 'fold,fade,sliceDown'
        slices: 5, // For slice animations
        boxCols: 8, // For box animations
        boxRows: 4, // For box animations
        animSpeed: 500, // Slide transition speed
        pauseTime: 50000000, // How long each slide will show
        directionNav: true, // Next & Prev navigation
        directionNavHide: true, // Only show on hover
        controlNav: false, // 1,2,3... navigation
        randomStart: false, // Start on a random slide
    });*/
	$("#accordion").accordion(
		{ header: "h3",
		  active: 1,
		  autoHeight: true 
		  });
		 
    });
