// JavaScript Document
$(document).ready(function() 
    { 
        //$("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} ); 
		$(".slideshow").colorbox({slideshow:false});
		
		
		//$("table").tablesorter({widthFixed: true, widgets: ['zebra']}); 
    //.tablesorterPager({container: $("#pager")});

		$('#animate-images').innerfade({ animationtype: 'fade', speed: 750, timeout: 3000, type: 'sequence', containerwidth: '256px' }); 
		//animationtype:fade,slide 
		//type:sequence,fade
		//containerheight , containerwidth
	 
		//$("#accordion").accordion({ header: 'h3', autoHeight: false });
		//$("#accordion").accordion({ header: 'h3', clearStyle :true  });
	
    } 
); 

