window.addEvent("domready", function() {

	new iCarousel("binslide", {
		idPrevious: "previous",
		idNext: "next",
		idToggle: "undefined",
		item: {
			klass: "thumb",
			size: 98
		},
		animation: {
			type: "scroll",
			duration: 250,
			amount: 4
		}
	});
});
