$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox').show();
  
 // shows and hides and toggles the slickbox on click  

  $('#slick-slidetoggle').click(function() {
    $('#slickbox').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox2').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle2').click(function() {
    $('#slickbox2').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox3').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle3').click(function() {
    $('#slickbox3').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox4').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle4').click(function() {
    $('#slickbox4').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox5').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle5').click(function() {
    $('#slickbox5').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox6').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle6').click(function() {
    $('#slickbox6').toggle(400);
    return false;
  });
});



$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#slickbox7').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-slidetoggle7').click(function() {
    $('#slickbox7').toggle(400);
    return false;
  });
});