#latestGame {
	border: 3px double #CCCCCC;
	margin-top: 20px;
}#latestGameTbl {
	background-color: #F2F2F2;
}

#contents{
	width:100%;
	}

#left_cont{
	width:267px;
	float:left;
	}	

#right_cont{
	width:670px;
	float:right;
	}	

.thumbnails {
	padding-top: 4px;
	background-color: #CCCCCC;
}
.thumbnails img {
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.gameInfo {
	padding: 10px;
	height: 180px;
	overflow: auto;
}
#cabinetImage {
	position: absolute;
	visibility: hidden;
	width: 250px;
	left: 0px;
	top: 0px;
}
#cabinet {
	position: absolute;
	width: 250px;
	left: 0px;
	top: 0px;
}
#cabinetText {
	background-color: #E6E6E6;
	border: 1px solid #999999;
	padding: 5px;
	width: 200px;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	visibility: hidden;
}
.black_overlay {
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	border: 10px solid #666666;
	background-color: white;
	z-index:1002;
	overflow: visible;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#closeBtn {
	margin-top: 10px;
	font-weight: bold;
	display: block;
	text-align: right;
}

