Yes, there are a lot of slider out there. The ToolboxBundles has some references to the slick slider so we'll show you some things to consider if you want to us it too:
There are three options you need to take care about, otherwise you'll run into some troubles if your opening your document in editmode:
var editmode = true, //implement your js editmode resolver
settings = {
accessibility: !editMode,
rows: 0,
infinite : !editMode
};
Recommendation: LightGallery