.container {
	margin:0 auto;
	width:300px;
	border:3px solid black;
  border-radius:10px;
  /* background-color: #d0ffff; */
  background:url("bg01.jpg") no-repeat;
}
.slot-wrapper {
	 /* border: 1px solid #000000;*/
 margin:15px 0 0 15px;
}
.slot {
	background:url("reel_normal.png") repeat-y; 
	width:86px;
	height:70px;
	float:left;
	border:2px solid #000;
	background-position:0 4px;

}
.bet-wrapper {
	margin:0 auto;
}
.bet {
	float:left; 
  padding:3px;
	width:25px;
	height:20px;
	float:left;
  margin:0 0 0 20px;
  background-color:LightGray;
}
#bet1, #bet2, #bet3 {	
 border:2px solid #000;
   font-weight:bold;
	cursor:pointer;
}

.motion {
	background:url("reel_blur.png") repeat-y; 
}

#control {
	display:block;
	width:100px;
	height:33px;
  margin:0 auto;
	font-size:16px;
  font-weight:bold;
	cursor:pointer;
}
#result {
	margin:15px 0;
	font-size:18px;
	font-weight:bold;
	height:22px;
}
.clear {
	clear:both;
}
