.WinningHand {
	width: 375px;
	height: 280px;
	float: right;
	border: 0px solid red;
	background: transparent;
	position: relative;
	right: -25px;
}

.wh1 {
	float: left;
	width: 75px;
	height: 107px;

}

.wh2 {
	float: left;
	width: 75px;
	height: 107px;
	position: relative;
	left: -37px;

}

.lh1 {
	float: right;
	width: 75px;
	height: 107px;
	position: relative;
	right: -15px;

}

.lh2 {
	float: right;
	width: 75px;
	height: 107px;
	position: relative;
	right: 25px;
	z-index: 1;	

}


.flop_label {
	clear: both;
	float: left;
	font-family: Comic Sans MS;
	text-align: center;
	width: 150px;
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.turn_label {
	float: left;
	font-family: Comic Sans MS;
	text-align: center;
	width: 75px;
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	left: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.river_label {
	float: left;
	font-family: Comic Sans MS;
	text-align: center;
	width: 75px;
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.flop1 {
	clear: both;
	width: 75px;
	height: 107px;
	float: left;
}

.flop2 {
	float: left;
	width: 75px;
	height: 107px;
	position: relative;
	left: -37px;
}

.flop3 {
	float: left;
	position: relative;
	width: 75px;
	height: 107px;
	left: -75px;

}

.turn {
	float: left;
	width: 75px;
	height: 107px;
	position: relative;
	right: 50px;

}

.river {
	float: left;
	width: 75px;
	height: 107px;
	position: relative;
	right: 25px;

}

.vs {
	float: left;
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 66px;
	height: 40px;
	font-family: Comic Sans MS;
	font-size: 25px;
	text-align: center;
	position: relative;
	left: -7px;
}

.whComment {
	clear: both;
	float: left;
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	margin-top: 5px;
	width: 337px;
	font-family: Comic Sans MS;

}
