$(document).ready(function(){
	$('#navcol .slideshow').cycle({
		speed: 1200,
		timeout: 4000
	})

	$('#topimgcycle').cycle({
		speed:		1200,
		timeout:	4000
	});

	$('#prodimgcycle')
	.after('<div id="prodimgcyclenav">')
	.cycle({
        speed:   600,
        timeout: 0,
		pager: '#prodimgcyclenav'
    });

	$('#prodimgcyclenav a').click(function(){
		$(this).css('outline','0');
	});
});
