jQuery(document).ready(function() {
   			 jQuery('.first-and-second-carousel').jcarousel({
				scroll : 1,
				wrap : 'circular'
				});
				setTimeout(function() {
       jQuery('#tweet_carousel').jcarousel({
      			 scroll : 1,
				wrap : 'circular'
  				  });  
    }, 1500); 
				  
		});		
