.showcaseHolder, .showcaseHolder2 {
	float:left;
	width:910px;
	margin:0px 0px 0px 80px;
}

#h-page-tools {
	min-width:10em;
}


.showcaseHeader {
/*	float:left;*/ /* To fix the alignment issue in safari */
}

.notDisplayed {
	display: none;
}

.notVisible {
	visibility:hidden;
}


.cardDescription {
	position:relative;
	top: -40px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4283a4;
	text-align:center;
}

.moreCardsLeft img, .moreCardsRight img {
	display:none;
	margin-top: 85px;
}

.moreCardsLeft, .moreCardsRight {
	width:5%;
	float:left;
}
.moreCardsLeftActive img {
	cursor: pointer;
	display: block;
}
.moreCardsRightActive img {
	cursor: pointer;
	display: block;
}

.cardFader {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}


/* Fisheye */
.showcaseFisheye {
	float:left;
	text-align: center;
	padding-top: 90px;
	height: 250px ;
	position: relative;
	overflow:hidden;
}

a.showcaseFisheyeItem {
	text-align: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}

.showcaseFisheyeItem img {
	border: none;
	margin: 0px auto 0px auto;
	width: 90%;
}

.showcaseFisheyeItem .cardName {
	text-align:center;
	position: absolute;
	top:-3px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.showcaseFisheyeItem span {
	display: none;
	float: left;
	margin: 190px auto 0px auto;
	padding: 0px;
	width: 90px;
}

.showcaseFishEyeMenu {
	height: 50px;
	left: 500px;
	position: absolute;
}


/* PRINTABLE CONTENT
--------------------------------------------------------------------------------------------*/
#printable {
	display:none;
}
