#showcase {
	margin: -6px 0;
	position: absolute;
	overflow: hidden;
	height: 297px;
	top: 259px;
	width: 880px;
}

#showcaseTabs {
	height: 25px;
	text-align: right;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	background-color: #88A9D2;
}

#showcaseTabs div {
    display: inline;
    cursor: pointer;
}

#showcaseTabs .active {
    color: #747474;
}

#showcaseScroller {
    position: absolute;
    height: 260px;
    width: 8500px;
}

