
$(function(){

	$('body').removeClass('nojs');

	

});





$(document).ready(function() {

	$('#carousel').carouFredSel({
		direction: 'right',
		align: false,
		width: 976,
		height: 550,
		items: {
			visible: 1,
			width: 976,
			height: 550
		},
		scroll: {
			fx: 'fade',
			duration: 500,
			pauseOnHover: true
		},
		auto: {
			pauseDuration: 4000,
			delay: 2000
		}
	});

});
