$(document).ready(function() {
		
			
			// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"

$("img.jquery-hover").fadeTo(0,1.0);
$("img.jquery-hover").hover(function(){
        $(this).fadeTo(200,0.5);
    },
    function(){
        $(this).fadeTo(200,1.0);
    });

			
			
			// $.miseAlphaImageLoader("sdsd");
		});// JavaScript Document
	
	
	
	

