jQuery(document).ready(function() {


	

    jQuery(function(){
    
    	

       
            

        jQuery('.op').hover(function(){
                jQuery(this).fadeTo("slow", 0.60);
        }, function(){
                jQuery(this).fadeTo("fast", 1);
        });  });
    
    
    
        
});





