$(document).ready(function(){
	$("#casio_promo div.select-color a").click(function() {
		$(this).parents("ul").find("img.sel").hide().end();
		$(this).parents("li").find("img.sel").show();
		$("#casio_promo div.pright div.foto img").attr("src", "/i/casio/foto-"+$(this).get(0).className+".jpg");
		return false;
	});
	if($("#casio_promo").size()) $("img[@src$=png]:not(.sel)").pngfix();
});