			/*$(function(){
				
				$('.thumbs').hover(function(){
				
				    var $t=$(this);
				    var timer;
					window.console.log($t);
										
					$(".cover", this).stop().animate({top:'-178px', left:'-274px'},{queue:false,duration:10});				  
					    timer=setTimeout(function() {
					      $t.find(".frame").hide(); 
					      $t.find(".framebg").show();}
					      ,100); 				
					
					
				}, function() {
					$(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				     
					 window.console.log($t);
					 $t.find(".frame").show();
					 $t.find(".framebg").hide();
					
					//$(".frame", this).show();
					//$(".framebg", this).hide();					
					
				
			  });
			  
			  
			});*/

			
jQuery(function(){
				
				jQuery('.thumbs').hover(function(){		    
					
					var jQueryt=jQuery(this);
														
					jQueryt.find('.cover').stop().animate({top:'-178px', left:'-274px'},{
					      queue:false,
						  duration:300,
						  complete:function() {
					      jQueryt.find(".frame").hide(); 
					      jQueryt.find(".framebg").show();		
                        }						  
					});			
					   
				},
				
				function() {
				     
					var jQueryt=jQuery(this);
				    jQueryt.find(".frame").show();
					jQueryt.find(".framebg").hide();
					jQueryt.find('.cover').stop().animate({top:'0px', left:'0px'},{
					    queue:false,
						duration:300,
						complete:function() {				  
					  
					    }					 
					 });					
				
			  }
			  
			  );			  
			  
			
	});
	
	
	
	jQuery(function(){
				
				jQuery('.showcasetb').hover(function(){		    
					
					var jQueryt=jQuery(this);
														
					jQueryt.find('.cover').stop().animate({top:'-200px', left:'-285px'},{
					      queue:false,
						  duration:300,
						 					  
					});			
					   
				},
				
				function() {
				     
					var jQueryt=jQuery(this);
					
				  	jQueryt.find('.cover').stop().animate({top:'0px', left:'0px'},{
					    queue:false,
						duration:300,
						complete:function() {				  
					  
					    }					 
					 });					
				
			  }
			  
			  );			  
			  
			
	});

