

.judges {
	overflow:hidden;
	display:block;
}
.judge {
	overflow:hidden;
	display:block;
	float:left;
	width:89px;
	text-align:center;
	margin:0;
	padding:10px;
	line-height:1.1em;
}
.judge img {
	border:1px solid #ffffff;
}

.judgeimg {
	border:3px solid #ffffff;
	float:right;
	margin:0 0 10px 10px;
}
.judge a { text-decoration:none; }
.judge a:link { color:#9b8b7b; }
.judge a:active { color:#9b8b7b; }
.judge a:visited { color:#9b8b7b; }
.judge a:hover { color:#36606d; }

