#SlotButton{
	position: absolute;
	right: 8px;
	top: 7px;
	color: white;
	cursor: pointer;
}

#overlay
{
   position: absolute; 
   top: 0; 
   left: 0;
   width: 100%; 
   height: 100%;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#overlayBG{
   background-color: #000;
   opacity: .8;
   position: absolute; 
   width: 100%; 
   height: 100%;
}

#slotContent{
   margin: 0 auto;
   width: 700px;
   height: 100%;
   border-left: white 3px dotted;
   border-right: white 3px dotted;
   opacity: .9;
   background-color: #cccccc;
   color: black;
}

#exitButton{
   position: absolute;
   right: 25px;
   top: 7px;
   color: #cccccc;
   cursor: pointer;
}

#slotItems{
   margin: 5px auto;
   text-align: center;
   width: 350px;
   height: auto;
   border: white 3px dotted;
   padding: 10px;
}

#slotItems table{
   margin: 0 auto;
}