jQuery(document).ready(function() {			   
		$('#banner1').royalSlider({
			slideTransitionType: "fade",
   			slideTransitionSpeed: 600,              
  			slideTransitionEasing: "easeInOutSine",
			captionShowEffects: ["moveleft", "fade"],
			captionShowDelay: 200,
			captionShowSpeed: 400, 
 			captionShowEasing: "easeOutBack",
			directionNavEnabled: false,
			controlNavEnabled: true,
			slideshowEnabled: true,           
			slideshowDelay: 3000			
	    });				
		
		$('#banner-rotator').royalSlider({			
	   		imageAlignCenter:true,
	   		hideArrowOnLastSlide:true,
	   		slideSpacing:20,
	   		slideTransitionType: "fade",
   			slideTransitionSpeed: 1000,              
  			slideTransitionEasing: "easeInOutSine",
			captionShowEffects: ["moveleft", "fade"],
			captionShowDelay: 200,
			captionShowSpeed: 400, 
 			captionShowEasing: "easeOutBack",
			directionNavEnabled: false,
			controlNavEnabled: true,
			slideshowEnabled: true,           
			slideshowDelay: 3000	
	    });		
	});
