jQuery.noConflict();

jQuery(window).bind("load", function() {
	jQuery('div.gallery').slideShow({
		numElementLink:'ul.gallery-nav a',
		slideEl:'ul.pictures > li',
		autoSlideShow:true,
		switchTime:10000,
		duration:1000
	});
});
