var $j = jQuery.noConflict();

$j(function(){

    $j('.slideshow').cycle({
		fx:     'scrollHorz', 
    	prev:   '#prev1', 
    	next:   '#next1',
    	width:	1200,
	    height:	400,
	    fit: 1,
		fx: 'scrollHorz',
		speed:   1000, 
	    timeout: 6000
	});

});


