$(function() {
	$("#services").click(function(){
		$.scrollTo('#footerWrapper', 800);							  

});
	$("#home").click(function(){
		$.scrollTo('#container', 800);							  

});
	$("#closehome").click(function(){
		$.scrollTo('#container', 800);							  

});
});

$(document).ready(function(){
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:100});
				}, function() {
					$(".cover", this).stop().animate({top:'140px'},{queue:false,duration:460});
				});
});

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollHorz',
		timeout: 8000,
		pauseOnPagerHover: true,

	});
});

