$(document).ready(function(){
	/*$('#slideshow').jCarouselLite({
		visible: 1,
		scroll: 1,
	    circular: true,
	    auto:10000,
	    speed: 600
	});*/

	
	$('.home #slideshow ul').innerfade({
		speed: 2000,
		timeout: 6000,
		type: 'sequence'		
	});
	
});