﻿/* style for the element acting as the HotSpot */
.hotSpot  {
	
}

.hotSpotDebug {

	background-color:#FF0000;
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
	
}