jQuery.noConflict();
	(function($) {
		jQuery(document).ready(function(){
			$('.tx-tandemimageslider-pi1-listrow').cycle({ 
		    	fx:    'fade', 
		    	speed:  1000,
		    	random: 1,
		    	cleartype:!$.support.opacity,
		    	cleartypeNoBg:true
			});			
		});
	})
(jQuery);
