* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
}
a {
	outline: none;
}
#slotMachine {
	position: absolute;
	width: 400px;
	height: 300px;
	background: #000 url(../i/frame.jpg);
	top: 0;
	left: 0;
	overflow: hidden;
}
#slotSplash {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 300px;
	background: #000 url(../i/splash.gif);
}

#slotSplash a {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 50px;
	left: 75px;
	top: 175px;
	text-indent: -1000px;
	position: absolute;
}
div.wheel {
	position: absolute;
	width: 32px;
	height: 56px;
	overflow: hidden;
	top: 65px;
}
div.wheel img {
	position: absolute;
	top: -4px;
	left: 0px;
}
#wheelOverlay {
	position: absolute;
	top: 65px;
	left: 57px;
}
#wheel1 {
	left: 57px;
}
#wheel2 {
	left: 90px;
}
#wheel3 {
	left: 123px;
}
#slotCredits {
	position: absolute;
	top: 45px;
	left: 48px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #78ff00;
}
#slotTrigger {
	display: block;
	position: absolute;
	width: 103px;
	height: 19px;
	overflow: hidden;
	text-indent: -1000px;
	top: 123px;
	left: 55px;
	background: url(../i/button.gif) top no-repeat;
	cursor: default;
}
#slotTrigger.slotTriggerDown {
	background-position: 0px -19px;
}
#slotTrigger.slotTriggerDisabled {
	background-position: 0px -38px;
	display: none;
}
.slotSpinAnimation {
	display: none;
}