	.card{
		width:70px;
		height:100px;		
		background-color:#000000;
		padding-top:0px;	
		padding-left:0px;	
		position:absolute;
		left:0px;
		top:0px;
		overflow:visible;
	}
	
	#bg_deck{

		width:250px;
		height:150px;
		position:absolute;
		left:20px;
		top:20px;	
	}
	#bg_deck_inner{
		width:70px;
		height:100px;
		left:20px;
		top:22px;
		position:absolute;
		border:1px dotted #CCC;
	}
	#bg_deck_shown{
		width:90px;
		height:100px;
		left:100px;
		top:22px;
		position:absolute;
		border:1px dotted #CCC;
	}
	#bg_deck_shown div div{
		margin-left:15px;
	}
	#bg_deck_shown div div div{
		margin-left:30px;
	}
	#bg_aces{
		background-image:url('images/bg_aces1.gif');
		width:450px;
		height:150px;
		position:absolute;
		left:270px;
		top:20px;	
	}
	 
	#bg_ad_xsb{
		width:220px;
		height:520px;
		position:absolute;
		left:758px;
		top:10px;	
	}	 
	
	#bg_seven{
		/* background-image:url('images/bg_seven1.gif'); */
		width:750px;
		height:150px;
		position:absolute;
		left:0px;
		top:210px;		
	}
	#movingCardContainer{
		position:absolute;
	}
