// JavaScript Document
$(function() {
	$('#siteimage').carouFredSel({
	auto: 5000,
	scroll: 1,
	items: {
	visible: 5}
	});
});

