	$(function() {
		
// ****************************************************************

		$('.slideshow').cycle({ 
   			fx:    'fade'
		});

		$('#s2').cycle({ 
		    fx:    'fade', 
		    timeout:   10000
		 });

// ****************************************************************

		$('#fence_options > ul').tabs();
		
// ****************************************************************

	});
	

