 $(document).ready(function(){
  
    
	$('#da').fadeTo("fast", 1);
		$('#pf').fadeTo("fast", 1);
			$('#kr').fadeTo("fast", 1);
				$('#bg').fadeTo("fast", 1);
					$('#gs').fadeTo("fast", 1);
					
	$('#tct').fadeTo("fast", 1);
		$('#cct').fadeTo("fast", 1);
			$('#stc').fadeTo("fast", 1);
				$('#tt').fadeTo("fast", 1);
					$('#tctt').fadeTo("fast", 1);					
						
  $('#da').hover(function () {
    $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);

    });
	
	  $('#pf').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
	  $('#kr').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
	  $('#bg').hover(function () {
    $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
	  $('#gs').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
		  $('#tct').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
		  $('#cct').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
		  $('#stc').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
		  $('#tt').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
			  $('#tctt').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });

		  $('#facebook').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });
	
			  $('#twitter').hover(function () {
   $(this).fadeTo("fast", 0.71);
    }, function () {
	$(this).fadeTo("fast", 1);
    });

			  $('#bestsell').hover(function () {
   $(this).fadeTo("fast", 0.91);
    }, function () {
	$(this).fadeTo("fast", 1);
    });

			  $('#featproduct').hover(function () {
   $(this).fadeTo("fast", 0.91);
    }, function () {
	$(this).fadeTo("fast", 1);
    });

			  $('#brochures').hover(function () {
   $(this).fadeTo("fast", 0.91);
    }, function () {
	$(this).fadeTo("fast", 1);
    });

  });
