$('html').addClass('hasjs');

$(document).ready(function() {

	init();

});

function init(){
	VideoJS.setupAllWhenReady();

	$('#imgViewer ul').after('<div id="imgNav">').cycle({ 
		fx:     'scrollLeft', 
		speed:  0, 
		timeout: 0, 
		pager:  '#imgNav'
	});
	
}
