$(document).ready(function() {
		    $('#slides').cycle('fade');
		    $(function (){
			$('#text').jScrollPane({showArrows:true, scrollbarWidth: 11});
			$('#text').css('display', 'block');
		      });
		    $('#slides').show();
		    });

function setupDots(show) {
  if (show) {
    $("#dots").css("z-index", 50);
  } else {
    $("#dots").css("z-index", 0);
  }
}
