table {
       	border-top: none;
       	border-right: none;
       	border-bottom: none;
       	border-left: none;
	border-spacing: 10px;
}
 
td.cell {
	height: 100px;
	width: 168px;
 
	text-align: center;
        font-size: 12px;
	background-color: #efefef;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
 
td a img {
	background-color: #efefef;	
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
 
td a:hover img {
	filter:alpha(opacity=65);   
	-moz-opacity: 0.65;   
	opacity: 0.65;
 
td:hover {
        background-color: #eeeeee;
}
