(function($)
{
	$(document).ready(function()
	{
		// attach the image slider plugin to all the instances
		$('div.slashc-imageslider').slashcImageSlider();
	});
})(jQuery);

