$(document).ready(function() {
    $('.gallery').each(function() {
    	var $this = $(this);
        var $nav = $this.next('div.nav');
    	$this.cycle({
			speed:    2000,
			timeout:  500,
			fx:       'fade',
			next:     $this,
			pager:    '.pager',
			easing: 'easeOutCubic',
			pager:   $nav

		    });
	});
});

	$(function(){
		$('ul a').collapsor({speed: 250});
	});
	
	$(function(){
		$('.info').hoverAnim({width: 805, height: 75},{easing: 'swing', interval: 140, speed: 250});
		}
	);
	$(function(){
		$('ul a.xslide').hoverAnim({width: 798, height: 35},{easing: 'swing',timeout: 190, interval: 0, speed: 200});
		}
	);	
