/*

marinas slayt jQueryPlugin...

*/


(function(jQuery) {
	
	jQuery.MarinasSlayt = function(Nesne , Ayarlar) {
		
		
		var Nesne , Ayarlar ; 
		
		Nesne = jQuery(Nesne);
		
		Ayarlar = jQuery.extend({
			
			Hiz : 0
			
			
			},Ayarlar);
		
		

			setInterval(function(){

				jQuery(".slayt-alt .alt-kutucuk:first").animate({ "margin-left" : "+=-220px" } , "slow" , function(){
						
				jQuery(".slayt-alt:last").append(jQuery(this).clone().css({"margin-left":"0px"}));
				jQuery(this).remove();

					});
				
				
				
				}, Ayarlar.Hiz
                );

			
				
				//jQuery(".slayt-alt div:first").clone().appendTo(".slayt-alt");
	
		
		
		}
	
	})(jQuery)
