table {
		background: url(/img/RedSunrise.jpg) no-repeat top left;
		height: 299px;
		width: 199px;
	}
	table td {
		height: 50%;
		width: 33%;
		background-color: #fff;
		filter:alpha(opacity=50); -khtml-opacity: .5; -moz-opacity: .5; opacity: .5;
	}
	table td:hover, table td.hover {			filter:alpha(opacity=0); -khtml-opacity: 0; -moz-opacity:0; opacity: 0;
	}