
// javaScipt
$(function() {
 $('div#clipShowCaseBox').cycle({
 fx: 'scrollLeft'
 });
 });