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

