﻿	.rolloverList a.rolloverInfo{position:absolute; display:block; width:22px; height:22px; cursor:text; filter:alpha(opacity = 10); -moz-opacity:0.1; -khtml-opacity: 0.1; opacity: 0.1; z-index:100;}
		.rolloverList a.rolloverInfo:hover, .rolloverList a.rolloverInfo:focus{filter:alpha(opacity = 100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; background:none !important;}
		.rolloverList a span{font-size:1.0em;}

		.rolloverList .rolloverList_Content{display:none; background:transparent url("/dc26/images/tech/panelBackground.png") repeat-x; position:absolute; padding:20px 0px 0px 40px; line-height:1.4em;}
			.rolloverList a.rolloverInfo:focus .rolloverList_Content, .rolloverList a.rolloverInfo:hover .rolloverList_Content{display:block;}