	
	
	$(document).ready(function() {
							   
		
		
		
		$('#testi').cycle({ 
		fx:     'fade', 
		speed:  600, 
		timeout: 6000,
		easing: 'easeInOutExpo'  
		});
		
		
		
		$('.client').cycle({ 
		fx:     'zoom', 
		speed:  500, 
		timeout: 4000,
		next:'.client img',
		easing: 'easeInOutExpo'  
		});
		
		
		$('#gal').cycle({ 
		fx:     'scrollHorz', 
		speed:  500, 
		timeout: 8000,
		next:'.aw_prv',
		prev:'.aw_nxt',
		easing: 'easeInOutExpo'  
		});
		
		
		$('.changecolor').cycle({ 
		fx:     'fade', 
		speed:  500, 
		timeout: 4000
		});
		
	
		
	$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
	
		$("#various1").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

		
	});
	

