

$(document).ready(function(){ 

$(".pzoom ").fadeTo("slow", 0.0); 

$(".pzoom").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});



$(document).ready(function(){ 

$(".pzoom2 ").fadeTo("slow", 0.0); 

$(".pzoom2").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});





$(document).ready(function(){ 

$(".pzoom3 ").fadeTo("slow", 0.0); 

$(".pzoom3").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});





$(document).ready(function(){ 

$(".vzoom ").fadeTo("slow", 0.0); 

$(".vzoom").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});







$(document).ready(function(){ 

$(".pzoomh ").fadeTo("slow", 0.0); 

$(".pzoomh").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});





$(document).ready(function(){ 

$(".vzoomh ").fadeTo("slow", 0.0); 

$(".vzoomh").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});



$(document).ready(function(){ 

$(".vzoom2 ").fadeTo("slow", 0.0); 

$(".vzoom2").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});



$(document).ready(function(){ 

$(".vzoom3 ").fadeTo("slow", 0.0); 

$(".vzoom3").hover(function(){ 

$(this).fadeTo("slow", 0.9); 

},function(){ 

$(this).fadeTo("slow", 0.0); 

}); 

});










