jQuery().ready(function() {
// runs when the page is done loading
$('.pict').cycle({
    fx:     'scrollHorz',
    speed:  '1000',
    timeout: 0,
    next:   '.next',
    prev:   '.prev'
    });
});
