
.slot {
	background:url("../img/reel_normal.png") repeat-y;
	width:26%;
	height:70px;
	float:left;
    margin-left: 20px;
	border:2px solid gold;
    border-radius: 10px 10px 10px 10px;
	background-position:0 4px;
}
.motion {
	background:url("../img/reel_normal.png") repeat-y; 
} 
#result {
	margin:0px 0;
	font-size:13px;
    color: wheat;
	font-weight:bold;
	height:32px;
}

.credits {
	font-size:15px;
	margin-top:20px;
}
.clear {
	clear:both;
}