.minigame
{
	width: 308px;
	position:absolute;
	margin-left:400px;
	margin-top:40px;
	padding:0px;
	z-index:9999;
}


.minigame
{
	width: 308px;
	position:absolute;
	margin-left:400px;
	margin-top:40px;
	padding:0px;
	z-index:9999;
}

.close-button {
	position: absolute;
	right: 6px;
	top: 4px;
	cursor: hand;
}

#minigamesNoClick {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}



#minigames {
	position: absolute;
	overflow: hidden;
	border: 0;

}


#closeMinigamesButton {
	position: absolute;
	background-image:url(../../flashMinigames/close.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
	top: 22px;
}

.minigamesContainer
 {
                position:absolute;
                border:1px solid black;
                border-radius:15px;
                text-align:center;
				
}

 
#minigamesO {
  position: absolute;
  overflow: hidden;
  border: 0;
  left: 4px;
  top: 24px;
}

#closeMinigamesButtonO {
	position: absolute;
	background-image:url(../../flashMinigames/close.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
	top:1px;
}

#minigamesFrame{
	background-color: #000;
	opacity: 0.5;
	border-radius:15px;
	width: 100%;
	height: 100%;
}