Firebug reports the below in console:
this.setOptions is not a function
initialize(container="niceslides-0", elements="#niceslides-0 img", options=Object { showDuration=2000, showControls=true, more...})nicesl...-lib.js (line 15)
container = "niceslides-0"
elements = "#niceslides-0 img"
options = Object { showDuration=2000, showControls=true, more...}
htmlElement()mootools.js (line

(?)()studio...nos.com (line 143)
returns()mootools.js (line 21)
create(event=undefined)mootools.js (line 21)
event = undefined
fireEvent(fn=function())mootools.js (line 50)
fn = function()
fireEvent(type="domready", args=undefined, delay=undefined)mootools.js (line 50)
type = "domready"
args = undefined
delay = undefined
domReady()mootools.js (line 59)
returns()mootools.js (line 21)
create(event=DOMContentLoaded )mootools.js (line 21)
event = DOMContentLoaded
[Break On This Error] this.setOptions( options );
nicesl...-lib.js (line 15)
I don't see anything using jQuery...but I could be wrong.