#controllerNavigationPane
{
	overflow:hidden;
	width: 100%; 
	height: 100%;	
	background-color:Transparent;
	z-index:91;
	cursor:move;
	background-image: url(../images/trans.gif); /* Eureka. Solved problem of navigation div getting marked on drag. */
}

#annotationlayer
{

	width: 1000px; 
	height: 1000px;	

	z-index:1;
	cursor:move;
	background-image: url(../images/trans.gif); /* Eureka. Solved problem of navigation div getting marked on drag. */
}

#controllerDrawingPane
{
	overflow: visible;
	background-color: Transparent;
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;	
}