/* Green Power Box HP Creative  */

body {
	background-color: #fff;
}

#animtool {
	width: 432px;
	height: 387px;
}

#animarea {
	width: 432px;			
	height: 387px;                  /* actual area where object exists and can be moved */
}

#animtool img {
	display: inline;
	padding: 0px;
}

#navarea {
	width: 432px;
	top: 0px;
	height: 0px;
}


#hslayer {
	width: 460px;			/* FF (correct) sizing */
	height: 384px;                  /* 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; */
}
