$(document).ready(function() {
   
  $('#home_pic_container').cycle({
	fx: 'fade',
	timeout: 5000
	});
  
   
   
  });

