next and previous button

$w.onReady(()=>{
	$w('#myImageElementIDhere').onClick(()=>{
		//do something here.....
	});
});