window.onload = function(){
$('#imgr').cycle({ 
	fx:     'scrollHorz', 
	prev:   '#prev', 
	next:   '#next',
	timeout: 0,
	speed: 500
});
}
