jQuery(document).ready(function(){

  // Slideshow
  jQuery("div#slideshow div.csc-textpic-imagecolumn").cycle({
    timeout:        6000,
    speed:	        800,
    sync:	        true
  });
  
});
