function runanim(){
 jQuery.noConflict();
 jQuery(document).ready(function() {
 jQuery('.hp1-SliderImages').cycle({
 		fx: 'scrollLeft',
 		speed: 500,
 		timeout: 4000
 	});
 });
}

window.onload=runanim;

