http://www.simsekreklamcilik.com.tr/...m.js?ver=1.4.8
jQuery(".gal-item img, ul.lof-navigator li img, .gal-item img,.portfolio-lightbox img, .gallery-lightbox img").fadeTo("slow", 0.6);
	jQuery(".gal-item img, ul.lof-navigator li img, .gal-item img,.portfolio-lightbox img, .gallery-lightbox img" ).hover(function(){
	jQuery(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
	},function(){
	jQuery(this).fadeTo("slow", 0.6); // This should set the opacity back to 60% on mouseout
	});
bu satırları kaldırın