	$(function() {
	  $('#demo').theatre({
		effect: '3d',
		speed: 1000,
                paging: '#myPaging'
	  });


	});
