/*--------What's New Scroller (easySlider1.7.js)
   
  These are the brands
    #wnAdvance = Advance What's New
    #wnClarke = Clarke What's New
    #wnAS = American Sanders What's New
    #wnViper = Viper What's New
    #wnUSP = U.S. Products What's New
    #wnCyclone = Cyclone What's New
    #Nilfisk = Nilfisk What's New  
 
----------*/

$(document).ready(function(){	
			$("#wnAdvance").easySlider({
			    auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: ''						
			});

            $("#wnClarke").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn2',
	            nextId: 'nextBtn2'	
            });	
             		
		   $("#wnAS").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn3',
	            nextId: 'nextBtn3'	
            });	
            
            $("#wnViper").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn4',
	            nextId: 'nextBtn4'	
            });			
        
            $("#wnUSP").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn5',
	            nextId: 'nextBtn5'	
            });		

            $("#wnCyclone").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn6',
	            nextId: 'nextBtn6'	
            });	

            $("#wnNilfisk").easySlider({
	             auto: false, 
				controlsFade: true,
                prevText: '',
                nextText: '',
				prevId: 'prevBtn7',
	            nextId: 'nextBtn7'	
            });	
        
        });	
