Sayfaya bağlı herhangi bir js dosyasına aşağıdaki kodları eklerseniz çalışır hocam.

$(".product-info .option-image img").click(function(){

$(this).css("-moz-box-shadow","0 0 10px #000000");
$(this).css("-webkit-box-shadow","0 0 10px #000000");

});


Demo