div.showCase{
	padding: 11px;
	padding-left: 13px; 
	padding-right: 7px;
	width: 244px; 
	float: left;
}

div.showCase a {
	width: 57px;
	height: 57px;
	margin-right: 2px;
	margin-bottom: 2px;
	border:1px solid white;
	display: block;
	float: left;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

div.showCase div.current {
	width: 118px;
	height: 118px;
	background: none center center no-repeat transparent;
	margin-right: 2px;
	margin-bottom: 2px;
	border:1px solid white;
	float: left;
}

div.showCase div.current span {
	text-align: center;
	display: block;
	opacity: 0.8;
	background-color: #ff6000;
	color: white;
	font-size: 12px;
	line-height: 23px;
	margin-top: 95px;
}

div.showCase a.active, div.showCase a:hover{
	border-color: #FA7D13;
}