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

