/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
	$j(document).ready(function() {
		$j('#slideshow').cycle({
			fx: 'fade',
			pager:  '.paging',
			pause: 1,
			timeout:  5000,
			next:   '.next-btn',
			prev:   '.prev-btn'
		});
	});


