$(function(){
		$('#homeslides').slides({
			container: 'homeslides',
			generatePagination: true,
			paginationClass: 'hpagination',
			play: 7000,
			animationStart: function(current){
				$('.caption').animate({
					bottom:-35
				},100);
			},
			animationComplete: function(current){
				$('.caption').animate({
					bottom:0
				},200);
			},
			slidesLoaded: function() {
				$('.caption').animate({
					bottom:0
				},200);
			}
		});
});

$(document).ready(function() {
	$('#gallery a').fancybox();
	$("#menu-item-62 a").fancybox();
	$("#menu-item-63 a").fancybox();
	
	$("#testimonials ul").quickPager({pageSize:5});

});
