$(function() {
$('ul#id-part').carouFredSel({
  direction: 'right',
  items: {
	visible: 4,
	width: 'variable',
	height: 110 },
  scroll: {
	items:  1,
	duration: 900 }
});
});
