//-----------------------------------------------------------------------------------------------------------------------
	
	//Sliding caption boxes - quicklinks community

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'70px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'200px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid.captionfull').css('cursor','pointer');
 }, function() {
 $('.boxgrid.captionfull').css('cursor','auto');
});

			});

//Sliding caption boxes - quicklinks performing arts

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid2.captionfull2').hover(function(){
					$(".cover2", this).stop().animate({top:'70px'},{queue:false,duration:160});
				}, function() {
					$(".cover2", this).stop().animate({top:'200px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid2.captionfull2').css('cursor','pointer');
 }, function() {
 $('.boxgrid2.captionfull2').css('cursor','auto');
});
		});		
				

//Sliding caption boxes - quicklinks prospectus

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid3.captionfull3').hover(function(){
					$(".cover3", this).stop().animate({top:'45px'},{queue:false,duration:160});
				}, function() {
					$(".cover3", this).stop().animate({top:'145px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid3.captionfull3').css('cursor','pointer');
 }, function() {
 $('.boxgrid3.captionfull3').css('cursor','auto');
});
				
				

			});

//Sliding caption boxes - quicklinks extra curricular

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid4.captionfull4').hover(function(){
					$(".cover4", this).stop().animate({top:'45px'},{queue:false,duration:160});
				}, function() {
					$(".cover4", this).stop().animate({top:'145px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid4.captionfull4').css('cursor','pointer');
 }, function() {
 $('.boxgrid4.captionfull4').css('cursor','auto');
});
				
				

			});

//Sliding caption boxes - quicklinks calendar

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid5.captionfull5').hover(function(){
					$(".cover5", this).stop().animate({top:'45px'},{queue:false,duration:160});
				}, function() {
					$(".cover5", this).stop().animate({top:'145px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid5.captionfull5').css('cursor','pointer');
 }, function() {
 $('.boxgrid5.captionfull5').css('cursor','auto');
});
				
				

			});


//Sliding caption boxes - menu about the school

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid3a.captionfull3a').hover(function(){
					$(".cover3a", this).stop().animate({top:'15px'},{queue:false,duration:160});
				}, function() {
					$(".cover3a", this).stop().animate({top:'100px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid3a.captionfull3a').css('cursor','pointer');
 }, function() {
 $('.boxgrid3a.captionfull3a').css('cursor','auto');
});
				
				

			});


//Sliding caption boxes - menu about the school

$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid3b.captionfull3b').hover(function(){
					$(".cover3b", this).stop().animate({top:'15px'},{queue:false,duration:160});
				}, function() {
					$(".cover3b", this).stop().animate({top:'100px'},{queue:false,duration:160});
		
				
				
 $('.boxgrid3b.captionfull3b').css('cursor','pointer');
 }, function() {
 $('.boxgrid3b.captionfull3b').css('cursor','auto');
});
				
				

			});
