* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
}
a {
	outline: none;
}
#slotMachine {
	position: absolute;
	width: 679px;
	height: 317px;
	top: 140px;
	left: 0;
	overflow: hidden;
	background: url(/newdesign/images/slot/slotbg.jpg) no-repeat 0 17px;
}
#slotSplash {
	position: absolute;
	top: 0;
	left: 0;
	width: 679px;
	height: 317px;
	background: #000 url(/newdesign/images/slot/splash.jpg);
}

#slotSplash a {
	display: block;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 679px;
	height: 317px;
	text-indent: -1000px;
	position: absolute;
}
div.wheel {
	position: absolute;
	width: 215px;
	height: 163px;
	overflow: hidden;
	top: 24px;
}
div.wheel img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#wheel1 {
	left: 6px;
}
#wheel2 {
	left: 228px;
}
#wheel3 {
	left: 449px;
}
.score {
	position: absolute;
	top: 200px;
	right: 10px;
	width: 150px;
	font-size: 18px;
	text-align: right;
}
#slotCredits {
	text-align: right;
	color: #498AAE;
}
#slotTrigger {
	display: block;
	position: absolute;
	width: 96px;
	height: 38px;
	overflow: hidden;
	text-indent: -1000px;
	top: 205px;
	left: -2px;
	background: url(/newdesign/images/slot/spinbutton.png) top no-repeat;
	cursor: pointer;
}
#slotTrigger.slotTriggerDown {
	background-position: 0px 0px;
}
#slotTrigger.slotTriggerDisabled {
	background-position: 0px 0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.slotSpinAnimation {
	display: none;
	z-index: 3000;
}