jQuery(document).ready(function($) {
	$('#bs1').bgSwitcher({
	bgImages : ['layout/img/main/image.jpg'],
	fadeOut  : true,
	sequence : true,
	seqFirst : 1,
	seqLast  : 8,
	startNum : 1
	});
});

