.gateways .subname {
	position:				relative;
	display:				block;
	* cursor:				pointer;
}

.gateways .subname .tagCount {
	color:					white;
	font-size:				25px;/*40px;*/
	position:				absolute;
	top:					-1.5em;/*-1.35em;*/
	right:					5%;
	text-shadow:			black -2px 0 4px;/*black -4px 0 7px;*/
	filter:					Shadow( color=#000000, direction=-45, strength=3 );
}

* html .gateways .subname {
	cursor:					pointer;
}
