// JavaScript Document
$(document).ready(function() {
	
	$('#bagbanner').cycle({
		fx: 'fade',
		pager: '#pager',
		timeout: 10000
	});
	
});
