jQuery.noConflict();

jQuery(document).ready(function($){

$('#slideshow-containter').cycle({
    fx:     'scrollUp',
    random:  1 
});

});


