
      <!--  Attach the plug-in to the slider parent element and adjust the settings as required -->

      $(document).ready(function() {
        
        $('#banner').bjqs({         
          'width' : 980,
          'height' : 400,
		  'useCaptions' : false,
		  'showControls' : false,		
		  'animation' : 'fade',			
			'animationDuration' : 1500,
			'centerMarkers' : false,
			'rightMarkers' : true, 
        });
        
      });

	
