jQuery.noConflict();

var params = {
	changedEl: ".lineForm select",
	visRows: 5,
	scrollArrows: true,
	checkZIndex: true
}

cuSel(params);

var params = {
	changedEl: "#sort,#sort2",
	scrollArrows: false,
	checkZIndex: true
}

cuSel(params);
