jQuery(document).ready(function ($) {
	if ($('.wp-post-image.hidden').length && $('.lh_fader').length) {
		$('.lh_fader').empty();
		$('.lh_fader').append($('.wp-post-image.hidden').removeClass('hidden'));
	}
	
	if ($('.lh_fader').length) {
		$('.lh_fader').cycle();
	}
});
