Hi,
that's because you have two javascript errors which come from your template:
Uncaught TypeError: Object #<Object> has no method 'setOptions' fusion-mt1.2.js line 8
Uncaught TypeError: Object #<HTMLDocument> has no method 'id' contact-us line 1
Because of that, the javascript initialization of the carousel does not happen and results in the carousel not working. You should ask your template provider about these javascript errors (the second one is not a js error but the DOCTYPE which is missing the id attribute).