$(function() {
	
	$('div.slideshow_box').after('<div><div class="pagination_box"><ul class="paging_left" id="thumbs">').cycle({ 
		fx:    'scrollHorz',
		timeout: 0,
	    pager: '#thumbs',
		next: '.next',
		prev: '.prev',
		pagerAnchorBuilder: function(idx, slide) {
			return '';
		}
	});
	
});
