#inventory{
	position: absolute;
	display: none;
	/*margin-left: 10px;*/
	width: 48%;
	height: 66%;
	overflow-y: scroll; 
	overflow-x: hidden;
	/*float: left;*/
	/* background-color: orange; */}

#preview{
	width: 40%;
	min-width: 250px;
	max-width: 300px;
	height: 100%;
	float: right;
	/* background-color: pink; */}

.button{																		/* Button thumbnails display */
	width: 75px;
	height: 75px;
	float: left;
	text-align: center;
	border: solid white 1px;}
		.button a {
			display:block; 
			width: 75px; 
			height: 75px; 
			position:relative; 
			z-index:200;
			outline: none;}

.ordernow{																	/* Ordering format */
	width: 480px;}
.order{
	font-size: 9px;
	min-width: 70px;
	width: 70px; 
	height: 95px; 
	padding: 2px;
	text-align: center;
	float: left;
	line-height: 9px;}
		.order input{
			width: 50px;
			height: 50px;
			vertical-align: middle;
			padding-right: 5px;
			float: left;}

#cover{ 																		/* Transparent overlay on button preview */
	width:100%; 
	height:100%; 
	z-index:2; 
	background-image:url(graphics/overlay.gif); 
	image-repeat:repeat; }