/*jQuery(document).ready(function(){	
	if (!Modernizr.opacity){	
      jQuery("#category-wrapper li.item img").css({opacity:0.6});
	}
	if (!Modernizr.csstransitions){	
      jQuery("#category-wrapper li.item").hover(function(){
		jQuery('img',this).stop().fadeTo('fast', 1);
      },function(){
        jQuery('img',this).stop().fadeTo("fast", 0.6);
      });
	}
}); */
