  $(function(){

    $('#slider1').anythingSlider({
    startStopped    : false, // If autoPlay is on, this can force it to start stopped
    enablePlay          : true,
    autoPlay        : true,
    buildArrows : true,
    resumeOnVideoEnd    : true,
    buildNavigation : true,
    forwardText: '',
    backText: '',
    width           : 459,   // Override the default CSS width
    easing          : 'swing',
    startText: '<img src="http://www.surfcamp.home.pl/surfcamp/_img/slider_top_nawigacja/nav_play.png" />',
        stopText:  '<img src="http://www.surfcamp.home.pl/surfcamp/_img/slider_top_nawigacja/nav_pause.png" />',
//				autoPlayLocked  : false,  // If true, user changing slides will not stop the slideshow
//				resumeDelay     :9000, // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
				onSlideComplete : function(slider){
					
				},
				stopAtEnd : false,
				
			});
		});
