var jQ = jQuery.noConflict();


jQ(document).ready(function() {
	jQ("#imagezone .cont").jScrollPane();
});

