/* Nascar 430 Display - Demo */

body {
	background: none;
}

#animtool {
	width: 386px;
	height: 193px;
}

#animarea {
	background: url(http://demo.beyond360imaging.com/nascar_display/images/lv_bg.jpg) no-repeat;
	width: 386px;		
	height: 193px;                  /* actual area where object exists and can be moved */
}

#animtool img {
	display: inline;
	padding: 0px 2px 0px 2px;
}

#navarea {
	width: 386px;
	top: 0px;
	height: 0px;
}


#hslayer {
	width: 386px;			/* FF (correct) sizing */
	height: 193px;                  /* 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;
}

