TD.items_image{	
	width:140px;
}

DIV.Image_small{	
	cursor: hand;
	width:62px;
}

DIV.Image_small IMG{	
	border: 1px solid #FFF;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}

DIV.Image_small_highlighted{	
	cursor: default;
	width:62px;
}

DIV.Image_small_highlighted IMG{	
	border: 1px solid #777;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

