#controls {
	margin-top: 30px;
}

#slots-container {
	height:357px;
    /*width:653px;*/
	width: 671px;
	overflow:hidden;
	/*background-color:#777;*/
	background: url(../images/rouletteUnderlay.png) -2px 0px no-repeat;
	position:relative
}
#slotWrapper {
	height: 300px;
	/*width: 653px;*/
	width: 671px;
	position: absolute;
	margin-top: 90px;
	overflow:visible;
	top:0;
	left:0;
}
.slot {
	background:url(../images/slotBorder.png) repeat-y;
	padding: 0px 0px 0px 11px;
	list-style-type: none;
	float: left;
	position:absolute;
}

.slot#sl01{left:0; top:-1122px}
.slot#sl02{left:222px;  top:-187px}
.slot#sl03{left:444px;  top:-1870px}

.slot li {
	height: 173px;
	width: 173px;
	padding: 7px 19px;
}

#rouletteOverlay
{
	background: url(../images/rouletteOverlay.png) -2px 0px no-repeat;
	height: 357px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	/*width: 652px;*/
	width: 671px;
	z-index: 10;
}