#gameTable {
	width:640px;
	max-width: 640px;
	margin:10px auto 0;
	position:relative;
	text-align:center;
}
.hasExtras#gameTable #extraText {
	display: block;
	visibility: visible;
}
#imgbox {
	background-color:#FFFFFF;
	display:table-cell;
	height:480px;
	width:inherit;
	max-height:480px;
	max-width: inherit;
	overflow:hidden;
	vertical-align:middle;
}
#imgNavBox {
	background-color:#efeeee;
	padding: 7px 0;
	z-index: 1;
	position: relative;
}
#resultBox, #extraText {
	background: transparent;
	color: transparent;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	height: 22px;
}
#resultText {
	margin: 0 auto;
	padding: 3px 36px;
}
.visible#resultBox .resultRight {
	background: transparent url('/images/ssSprite.png') 0 -81px no-repeat;
}
.visible#resultBox .resultWrong {
	background: transparent url('/images/ssSprite.png') 0 -105px no-repeat;
	background-position: 0 calc(100% + 571px); /* background-position if calc supported by browser */
}
#extraText {
	display: none;
	visibility: hidden;
	font-size:10pt;
	line-height:18px;
	font-style:italic;
}
.visible#extraText, .visible#resultBox {
	color:#fff;
	background-color: #7f7f7f;
}
/* This maintains the height when there are no content in the div */
#extraText:after, #resultBox:after {
	content: "\00a0"; 
}
#currimage {
	max-height:inherit;
	max-width:inherit;
}
#thumbWrapper {
	overflow:hidden;
	position:relative;
	width:630px;
}
#thumbBox {
	left:291px;
	position:relative;
	top:0;
	height:40px;
}
.thumbOuter {
	float:left;
	width:54px;
	margin:0 2px;
}
.thumbArrow {
	position:relative;
	left:22px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #efeeee;
}
.thumb{
	padding:8px 2px;
	width:50px;
	text-align:center;
	font-size:16px;
	line-height: 20px;
	font-weight: bold;
	background:#dadada;
	color:#666;
	margin-bottom: 5px;
}
.thumb,#leftNav,#rightNav {
	cursor:pointer;
	display:table-cell;
}
#leftNav,#rightNav {
	margin:0;
	width:41px;
	height:40px;
}
#leftNav {
	background: transparent url('/images/ssSprite.png') 0 -40px no-repeat;
	margin-left: 10px;	
}
#rightNav {
	background: transparent url('/images/ssSprite.png') 0 0 no-repeat;
	margin-right: 10px;	
}
.thumb,#leftNav {
	float:left;
}
#rightNav {
	float:right;
}
#rightNavWrapper, #leftNavWrapper {
	width:73px;
	z-index:1999;
	position:absolute;
	top: 50%;
	min-height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#leftNavWrapper  {
	float:left;
	background: transparent url('/images/ssSprite.png') 0 -407px repeat-y;
}
#rightNavWrapper {
	float:right;
	right: 0;
	background: transparent url('/images/ssSprite.png') 0 -450px repeat-y;
}
.nameactive {
	background-color:#f90;
	color:#fff;
}
.thumbRight {
	background-color:#a7cf5f;
	color:#495e2d;
}
.thumbWrong {
	background-color:#e0777b;
	color:#69332f;
}
.outerActive .thumbArrow {
	border-bottom:5px solid #f90;
}
.outerActive .arrowRight {
	border-bottom:5px solid #a7cf5f;
}
.outerActive .arrowWrong {
	border-bottom:5px solid #e0777b;
}
.outerActive .arrowEnd {
	border-bottom:5px solid #333 !important;
}
.thumbEnd {
	background-color:#333;
	color:#fff;
}
#summary {
	background-color: #333;
	color:#fff;
	height: inherit;

}
#sumResults {
	height: 190px;
	background-color: 
	#2b2a2a;
	padding: 30px;
}
#sumResultsLeft {
	width:350px;
	float:left;
	height:188px;
}
#sumScore {
	font-size: 40pt;
	font-weight: bold;
	margin-top:36px;
}
#playAgain .playAgain {
	margin-top: 12px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #f8ab58;
	border-top-color: #fbd2a5;
	border-left-color: #f8ab58;
	color: #fff;

	padding: 10px 12px;
	font-size: 17pt;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 0 #000, inset 0 1px 1px rgba(255,255,255,1), inset 0 -1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 0 #000;
	box-shadow: 0 3px 0 #000;
	background: #f90;
}
#playAgain strong{
	background:transparent url('/images/ssSprite.png') 0 -679px no-repeat;
	padding-left:30px;
}
#sumLogo {
	background:transparent url('/images/ssSprite.png') 0 -490px no-repeat;
	width:200px;
	height:188px;
	float:right;
} 
#summary h4 {
	font-size: 16pt;
	font-weight: normal;
	margin:0;
} 
#summary h2 {
	font-size: 35px;
	font-weight: normal;
	padding:10px 0 15px ;
	margin:0;
}
#sumGplus, #sumTwitter, #sumFacebook {
	display: inline-block;
	width: 92px;
	height:92px;
	margin:0 40px;
	cursor: pointer;
}
#sumGplus {
	background:transparent url('/images/ssSprite.png') 0 -131px no-repeat;
}
#sumFacebook {
	background:transparent url('/images/ssSprite.png') 0 -223px no-repeat;
}
#sumTwitter {
	background:transparent url('/images/ssSprite.png') 0 -315px no-repeat;
}
#currattrWrapper {
	width:640px;
	text-align:right;
	margin:4px auto 0;
	font-size:70%;
}