$(function() {
	
/*	CarouFredSel: an infinite, circular jQuery carousel.
	Configuration created by the "Configuration Robot"
	at caroufredsel.frebsite.nl
*/
$("#carousel").carouFredSel({
	width: 405,
	height: 265,
	items: {
		visible: 1,
		width: 405,
		height: 265
	},
 	scroll: {
    duration: 1200,
    items: 1,	
		fx: "crossfade"
	},
	auto: 3000
});

});

