#slotmachine_container {
		position:		relative;
		border: 		0px solid red;
		background:		url("slotmachinebg.jpg");
		margin:			auto;
		width:			500px;
		height:			600px;
		border-radius:	15px;
		z-index:		1;
	}
#slot1 {
		border:			0px solid green;
		width:			62px;
		height:			137px;
		position:		absolute;
		top:			227px;
		left:			146px;
		background-color:	white;
		z-index:		1;
		
}
#slot2 {
		border:			0px solid green;
		width:			62px;
		height:			137px;
		position:		absolute;
		top:			227px;
		left:			216px;
		background-color:	white;
		z-index:		1;
}
#slot3 {
		border:			0px solid green;
		width:			62px;
		height:			137px;
		position:		absolute;
		top:			227px;
		left:			286px;
		background-color:	white;
		z-index:		1;
}
	
#spinbutton {
		border:			0px solid red;
		width:			48px;
		height:			48px;
		border-radius:	24px;
		position:		absolute;
		top:			158px;
		left:			437px;
		text-align:		center;
		padding:		15px 0px 0px 0px;
		color:			yellow;
		font-family:	arial;
		font-style:		bold;
		font-size:		14px;
		cursor:			pointer;
		box-shadow:		0 0 2px 10px rgba(255, 255, 0, 0.5);
		z-index:		1;
}
	
#result {
	border:			0px solid white;
	width:			250px;
	height:			23px;
	color:			white;
	text-align:		center;
	position: 		absolute;
	left:			120px;
	top:			487px;
	background-color:	black;
	text-align:		center;
	color:			yellow;
	font-family:	arial;
	font-style:		bold;
	z-index:		1;
}

#droppingcoinimage_div {
	position:		relative;
	width:			500px;
	height:			600px;
	z-index:		10;
	display:		none;
}

#droppingcoinimage_div img {
	width:			500px;
	height:			600px;
	z-index:		10;
}	
	