


$(document).ready(function() {
  
  $(".content").hide();
  $(".heading").click(function() {
	$(this).next(".content").slideToggle(2000);
  });
  
  $('div#latest_work').cycle({
		fx: 'scrollDown',
		timeout: 5000,
		speed: 1000,
		easing: 'easeOutBounce', 
		delay:  -100, 
		next:   '#latest_work',
		pause:   1 
	})
  
  
});
						

						
						
//$(function(){	
//	$('#latest_work').preloader();
//});





















3
