$.noConflict();

jQuery(document).ready(function($) {
	// Code that uses jQuery's $ can follow here.
	//$("a[rel='gallery']").colorbox();
	$('#Slideshow').cycle({ 
		fx:     'fade', 
		speed:  1500, 
		timeout: 6000, 
		next:   '#Next', 
		prev:   '#Prev' 
	});
});

// Code that uses other library's $ can follow here.

