body.InventoryBody {
	margin:0px;
	padding:0px;
	background-image:url(../img/icoNull.jpg);
	background-position:40px 0px;
	background-repeat:repeat-x;	
	overflow:hidden;
	width:100%;
}

div.InventoryScrollButton {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	width:35px;
	height:11px;
	background-repeat:no-repeat;
	cursor:url(../img/useCursor.gif), pointer;
}

div.ScrollButtonNext {
	left:3px;
	top:13px;
	background-image:url(../img/invNext.jpg);
}

div.ScrollButtonPrev {
	left:3px;
	top:41px;
	background-image:url(../img/invPrev.jpg);
}

div.MainMenuButton {
	position:absolute;
	overflow:hidden;
	/* 15, 63, 32, 108 */
	left:15px;
	top:63px;
	width:17px;
	height:45px;
	background-repeat:no-repeat;
	cursor:url(../img/useCursor.gif), pointer;
	background-image:url(../img/btnMainMenu.jpg);
}

div.InventoryItem {
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:120px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:url(../img/useCursor.gif), pointer;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}
