
	$(document).ready(
		function()
	{
		
    
  

  $(".ib_box img").mouseout( function() { $(this).fadeTo("10", 1); } ); 
  $(".ib_box img").mouseover( function() { $(this).fadeTo("10", 0.5); } ); 
  
    
    
    
    });/* Endof document ready */