$(document).ready(function (){
	$(".galeria-wydarzen").cycle({ 
		fx:     'scrollHorz',
		speed: 	'slow',
		prev:   '.prev', 
		next:	'.next',
		pager:	'.pager',   
		timeout: 7500 
	});
	$("#promocje-H").cycle({ 
		fx:     'fade',
		speed: 	'slow',
		prev:   '.prev', 
		next:	'.next',
		pager:	'.licznik',   
		timeout: 9000 
	});
	$('#wysnewhome').mouseover(function(){
			$(this).find('img').hide();
								   });
	$('#wysnewhome').mouseout(function(){
			$(this).find('img').show();
								   });
	$('#wysnewhome').click(function(){
			$(this).parent().submit();
								   });
	if ($('#email').length) {
	$('#newsletter-home #email').focus(function(){
			if ($(this).val()=='** podaj swój e-mail **') {$(this).val('');}
									   });
	$('#newsletter-home #email').blur(function(){
			if ($(this).val()=='') {$(this).val('** podaj swój e-mail **');}
									   });
	}
});
 $(function() {
                $("#logotyp").scroller_roll({
                    title_show: 'disable',//enable  disable
                    time_interval: '15',
                    window_background_color: '#FFF',
                    window_padding: '1',
                    border_size: '0',
                    border_color: 'none',
                    images_width: '80',
                    images_height: '40',
                    images_margin: '0',
                    title_size: '12',
                    title_color: 'black',
                    show_count: '3'
                });
			});
