$(document).ready(function(){
$(".blocklist-image-lightbox img").hover(function(){
$(this).stop().fadeTo("medium", 0.3); // This should set the opacity to 100% on hover
},function(){
$(this).stop().fadeTo("slow", 1.0); // This should set the opacity back to 60% on mouseout
});
});
$(document).ready(function(){
		$('html,*, li').pngFix( );
	});
	
$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
	});	