#gameContent{
	height:340px;
	width:530px;
}
#gameContentInner{
	display:block;
	margin:5px;
	height:330px;
	width:520px;
}
#gameDescription li{
	font-size:80%;
	line-height:1.3;
}
#gameSlide{
	/*
	values are set via ajax script
	
	background-image:url();
	*/
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:200px;
}
#gameSlideInner{
	padding:10px;
}

#gameBasketReset{
	width:105px;
	height:26px;
}
#gameBasketPurchase{
	width:105px;
	height:26px;
}
#gameBasketTotal{
	border-top:1px solid #0f475f;
	font-weight:bold;
}
#messagebox{
	position:absolute;
	height:50px;
	background-color:black;
}
#messagebox p{
	color:#fff;
}
#Tip{
	color:white;
	display:block;
	height:50px;
	/*border:1px solid white;*/
	text-align:right;
}
.ball{
	width:30px;
	height:30px;
	background-image:url(../images/skin1/ball.png);
}