$(document).ready(function(){
	
	//web projects slides
	$('#web1').cycle({ 
	    fx:     'fade', 
	    speed:   300, 
	    timeout: 0, 
	    next:   '#next1',
		prev:   '#prev1'
	});

	$('#web2').cycle({ 
	    fx:     'fade', 
	    speed:   500, 
	    timeout: 0, 
	    next:   '#next2',
		prev:   '#prev2' 
	});

	$('#web3').cycle({ 
	    fx:     'fade', 
	    speed:   300, 
	    timeout: 0, 
	    next:   '#next3',
		prev:   '#prev3'  
	});
	
});
