.slot {
	position:absolute;
	top:185px;
	width:63px;
	height:70px;
	z-index:102;
	background:transparent url('/slot/images/reel_normal.png') repeat-y;
	background-position:-8px 5px;
}
.motion {
	background:url("/slot/images/reel_blur.png") repeat-y;
}
#rnum {
	position:absolute;
	margin-left:20px;
	line-height:30px;
	font-size:24px;
	width:84px;
	opacity:0;
	border-radius:5px;
	border:1px solid #222;
	padding-left:2px;
	color:#222;
	left:124px;
	z-index:105;
}
#main {
	position:relative;
	width:100%;
	height:100%;
	min-width:492px;
	z-index:100;
	!background:#3d1257;
	text-align:center;
	font-family:Times;
}
#header {
	opacity:0;
	font-size:36px;
	color:#fff;
	text-align:center;
	margin:2vh auto 0 auto;
	cursor:pointer;
	max-width:492px;
	width:50%;
}
#container {
	position:relative;
	width:492px;
	height:406px;
	z-index:101;
	background:url(/img/slotmachine2.jpg) center center no-repeat;
	margin:2vh auto 0 auto;
	cursor:pointer;
}
#info {
	position:absolute;
	display:none;
	left:5px;
	top:5px;
	background:transparent;
	opacity:0.3;
	border:2px solid #fff;
	z-index:103;
	border-radius:32px;
	width:64px;
	height:62px;
	color:#fff;
	cursor:pointer;
	font-size:48px;
	line-height:56px;
}
#closer {
	display:none;
	position:absolute;
	right:5px;
	top:5px;
	background:transparent;
	opacity:0.3;
	border:2px solid #fff;
	z-index:103;
	border-radius:32px;
	width:64px;
	height:62px;
	color:#fff;
	cursor:pointer;
	font-size:48px;
	line-height:64px;
}
#buf {
	position:relative;
	width:492px;
	height:2vh;
	z-index:101;
	background:transparent;
	margin:2vh auto 25vh auto;
}
#claimer {
	color:#fff;
	text-align:center;
	font-size:36px;
	opacity:0;
	max-width:492px;
	margin:0 auto;
}
.wins {
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-top:5px;
	background:transparent;
	padding:2px;
	color:#fff;
	text-align:center;
	border: 0px solid #fff;
}

@media (min-width: 1024px) {
   #wins {
	color:#fff;
	text-align:center;
	margin:10vh auto 0 auto;
	opacity:0;
   }
}

@media (max-width: 1024px) {
   #wins {
	color:#fff;
	text-align:center;
	margin:8vh auto 0 auto;
	opacity:0;
   }
}
