//1:Nameless function runs immediately. 2:An inner function will run immediately with jQuery as it's only argument. 3:Attaches itself to jQuery and made available to all jqueries. 4:the array method 'each' is immediately called to create instances of ForteCarousel for each element received
if(typeof(ForteCarousel)==typeof(function(){}))
{
	;(function ($){$.fn.carousel=function (options){this.each(function(){new ForteCarousel(this,options)})}})(jQuery);
}

