$(function(){
	$('#slides').slides({
			preload: true,
			preloadImage: '_images/loading.gif',
			play: 6000,
			pause: 5500,
			hoverPause: true
	});
	$('#slidesSec').slides({
			preload: true,
			preloadImage: '_images/loading.gif',
			play: 6200,
			pause: 5500,
			hoverPause: true
	});			
});	

$(function() {
  $('a.lightbox').lightBox();
  $("#formularz").validate();
});

$(document).ready(function(){

				Cufon.replace( 'h2', {fontFamily: 'andbi'} );
				Cufon.replace( 'h3', {fontFamily: 'and', textShadow: '#333 1px 1px'}  );
				Cufon.replace( 'h5', {fontFamily: 'and'} );
				Cufon.replace( 'h6', {fontFamily: 'and',textShadow: '#333 1px 1px'}  );				
			});
			
$(function(){
  $('input[type=text]').focus(function(){
    if (!this.clicked) {
      $(this).attr('value', '');
      this.clicked = true;
   }
  });
});
	
		

