$(document).ready(function(){
		$('#carousel').jcarousel(
			{ vertical: false,
			  scroll: 1
			   }
		);
		
		$('#SelectProducer1, #SelectProducer3, SelectProducer2').selectmenu(
		{style:'popup',
		menuWidth: 175
		});
		
		$('div.menuBox_Producenci select.select_manufacturer').selectmenu(
		{style:'popup',
		menuWidth: 202
		});
		
		
	$("a.fancybox").fancybox({
		transitionIn:	'elastic',
		transitionOut:	'elastic',
		speedIn:	600, 
		speedOut:	200, 
		overlayShow:	false
	});	
 Cufon.replace('#mm a, #mm2 a, .menuBox .menuBox_Title, .cfn-h', {
	 hover: true
	 });
 Cufon.replace('.cfn');
 
 $("#div_id_main_page #newsletter-").insertBefore('#strona_glowna h3.promocjatygodnia');
 $("#div_id_main_page .boxes").insertBefore('#strona_glowna #newsletter-');
 
	
	$('.popup').nyroModal();

	$( "#tabs" ).tabs();
		
	$('#rotator').cycle({ 
		fx: 'fade',
		time: 6000,
		pager:'#r-pager'
	});
	
	$("div.top_text a:first-child").addClass("home");
	$("div.top_text h1 a:first-child").removeClass("home");
});

