#showcase {
	float:					right;
	margin-top:				5em; 
	height:					170px;
	line-height:			170px;
	overflow:				visible;
}

.showcase_item_frame {
	float:					left;
	width:					150px;
	margin:					0.4em;
	overflow:				hidden;
	background-color:		#ffffff;
}

.showcase_item {
	display:				table-cell;
	vertical-align:			middle;
	text-align:				center;
	width:					140px;
	height:					140px;
	line-height:			140px;
	overflow:				hidden;
	border:					1px solid #e0e0e0;
}

.showcase_item_hover {
	display:				table-cell;
	vertical-align:			middle;
	text-align:				center;
	width:					140px;
	height:					140px;
	line-height:			140px;
	overflow:				hidden;
	background-color:		#f0faff;
	border:					1px solid #0087d0;
	cursor:					pointer;
}
