stLight.options({publisher:"48752db9-5be7-4205-acb3-b2adf888a6a7"}); jQuery('#slides0 .slide').not(':first').hide(); jQuery('#slides0').cycle({ fx: 'fade', pager: 'nav.slideShow ul', pagerAnchorBuilder: function(idx, slide) { return "
";
},
autostop: true,
autostopCount: 4
});
jQuery('#slideShow0 nav.slideShow a').click(function() {
jQuery('#slideShow0 .slides').cycle('pause');
jQuery('#slideShow0 .slides .slide .content:has(iframe)').each( function(idx, val) {
jQuery(val).children('iframe').replaceWith('');
jQuery(val).children('img').click( kfbs.posterClick );
jQuery(val).children('.playButton').show();
});
});
jQuery('.slides.noPlay').cycle('pause');
jQuery('.slide[data-youtube] .content').css('cursor', 'pointer').click( kfbs.posterClick );