			$(document).ready(function(){
				//Full Caption Sliding (Hidden to Visible)
				$('.grid_refbox_captionfull').hover(function(){
					$(".cover", this).stop().animate({top:'325px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'360px'},{queue:false,duration:160});
				});
			});

