/* Non Removed Background  */

body {
	background-color: none;
}

#animtool {
	width: 450px;
	height: 510px;
}

#animarea {
	width: 450px;			
	height: 510px;                  /* actual area where object exists and can be moved */
}

#animtool img {
	display: inline;
	padding: 0px;
}

div#navarea {
	background: url(http://demo.beyond360imaging.com/nonremoved/non_bg.jpg) repeat-x;
	background-color: transparent;
	padding-top: 13px;
	width: 450px;
	top: 0px;
	height: 27px;
}


#hslayer {
	width: 450px;			/* FF (correct) sizing */
	height: 510px;                  /* currently the default size of the window minus nav area height minus top */
	left: 0px;
	top: 0px;
	position: absolute;
}

#imgload {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#b360linkarea {
	color: #999;
	}

#zoomDiv {
    position: absolute;
    cursor:default;
    z-index:99999;
    padding: 0px;
    color: #fff;
    width: 165px;  /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    height: 165px; /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    border: 1px solid #999;
    /* margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: text-bottom; */
}
