
$(document).ready( function(){
	
	$('#portfolio').innerfade({
	 speed: '2000',
	 timeout: 6000,
	 type: 'sequence',
	 containerheight: '380px'
	}); 


 $(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto:4000,
		speed:1000
	});  
  
     	         
} );


