
		#inventory_blur {
				position: fixed;
				top: 0;
				left: 0;
				opacity: .7;
				-moz-opacity: .7;
				filter: alpha(opacity = 70);
				display: none;
				background-color: white;
				height: 1000px;
				width: 100%;
				z-index: 250;
		}
		
		#inventory_lightwrap {
			position: fixed;
			left: 0;
			top: 10%;
			width: 100%;
			text-align: center;
			display: none;
			z-index: 251;
			
  		}
		
		#inventory_lightbox {
			width: 80%;
			margin: 0 auto;
			border: 2px solid black;
			background-color: white;
			padding: 5px;
  		}
		
		#inventory_lightbox p {
			position: relative;
			margin: -5px -5px 5px -5px;
			padding: 2px 10px;
			display: block;
			background-color: black;
			text-align: right;
  		}
		
		#inventory_lightbox p a {
			color: white;
			font-weight: bold;
			text-decoration: none;
  		}
		
		#inventory_lightimg {
			max-width: 80%;	
			max-height: 80%;	
			cursor: pointer;
  		}
			


