// mb slider from http://www.mb-tools.co.uk

$(document).ready(function(){
	$("#member").mbSlider({
		autoplay: true,
		slideSpeed: 1000,
		orientation: "horizontal",
		pagination: false,
		showControls: false
	})
		$("#member2").mbSlider({
		autoplay: true,
		slideSpeed: 1200,
		orientation: "horizontal",
		pagination: false,
		showControls: false
	})
	
	$("#ways").mbSlider({
			autoplay: true, 
			orientation: "horizontal", 
			easing: "easeOutQuart", 
			showControls: { 
				next: true, 
				prev: true, 
				play: false, 
				pause: false, 
				first: false, 
				last: false 
			}, 
			controlsText: { 
				next: "", 
				prev: "", 
				play: "Play", 
				pause: "Pause", 
				first: "First", 
				last: "Last" 
			}, 
			pagination: false, 
			slideSpeed: 1500, 
			slideDuration: 5000 
	})
	




	$('#s6').cycle({ 
    	fx:     'fade', 
    	timeout: 6000, 
    	delay:  -2000 
	});
	$('#s2').cycle({ 
    	fx:     'fade', 
    	timeout: 5000, 
    	delay:  -2000 
	});

	$('#rotate1').cycle({ 
    	fx:     'fade', 
    	timeout: 6000, 
    	delay:  -2000 
	});
	$('#rotate2').cycle({ 
    	fx:     'fade', 
    	timeout: 7000, 
    	delay:  -2000 
	});
	$('#rotate3').cycle({ 
    	fx:     'fade', 
    	timeout: 8000, 
    	delay:  -2000 
	});
	$('#rotate4').cycle({ 
    	fx:     'fade', 
    	timeout: 5000, 
    	delay:  -2000 
	});
	$('#rotate5').cycle({ 
    	fx:     'fade', 
    	timeout: 3000, 
    	delay:  -2000 
	});
	$('#rotate6').cycle({ 
    	fx:     'fade', 
    	timeout: 8000, 
    	delay:  -5000 
	});$('#rotate7').cycle({ 
    	fx:     'fade', 
    	timeout: 4000, 
    	delay:  -5000 
	});
	$('#rotate8').cycle({ 
    	fx:     'fade', 
    	timeout: 7000, 
    	delay:  -2000 
	});



})

