			$(document).ready(function(){

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'140px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridpano.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'76px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'96px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridtwo.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'125px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridportrait.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'240px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridglasto.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'240px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridboats.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'124px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'144px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridsquare.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'240px'},{queue:false,duration:300});
				});

				//Full Caption Sliding (Hidden to Visible)
				$('.boxgridportraittwo.captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'205px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'240px'},{queue:false,duration:300});
				});
				
				});

