// JavaScript Document


jQuery(document).ready(function() {
								
		$('#list1b').accordion({
			autoheight: false,
			navigation: true,
			active: false,
			header: '.accheader',
			alwaysOpen: false
		});		
								
$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 8000



	});




  
  });

