.Frame {
	width: 600;
	text-align: center;
	background: #ebe5c9;
	padding: 16 0 16 0;
	position: relative;
	border: 1px solid #fff;
	margin: 5 0 30 0;
}

.Case {
	width: 400;
	height: 364;
	margin: 0 auto 0 auto;
}

.Case img {border: 1px solid #a09f99;}

.CaseNumbers {
	position: absolute;
	top: -20;
	right: -4;
	z-index: 100;
	text-align: center;
	font-size: 11;
	height: 16;
	padding: 0 0 0 0;
}

.CaseNumbers a {
	display: block;
	float: left;
	width: 14;
	height: 14;
	_width: 16;
	_height: 16;
	background: #fff;
	border: 1px solid #a09f99;
	margin: 0 4 0 0;
	_display: inline;
}

.CaseNumbers a:link, .CaseNumbers a:visited {}
.CaseNumbers a:hover, .CaseNumbers a:active, a:link.activeSlide, a:visited.activeSlide {background: #f18334; color: #fff; text-decoration: none; border: 1px solid #666666;}