// JavaScript Document

$(document).ready(function() {
	$("#banner").carouFredSel({
		auto : {
			play : true,
			pauseDuration : 5000	
		},
		scroll: {
			fx : "crossfade",
			duration : 2000
		},
		items: 1
	});
});
