$(function() {
    $('#panelhomerightcontent').cycle({
        fx:     'scrollHorz',
		prev:   '#prev', 
		next:   '#next', 
        speed:  500,
        timeout: 9000
    });
});
