//need this to get code to agree with other libraries
jQuery.noConflict();
(function($) {

$(function () {
	$("#carousel").slides({ play: 13000, pagination: true, generateNextPrev: true });
});
	
//need this to get code to agree with other libraries
})(jQuery);	
