/** Image related position and border, to avoid borders on moz and explorer */
a img {
	/*color: white;*/
	/* border:none breaks NN 4.x */
	border: none white 0px;
}


