.showcaseHolder {
	float:left;
	width:980px;
	margin:0px 0px 0px 20px; !important 
} 

#h-page-tools {
	min-width:10em;
}


.showcaseHeader {
	float:left;
}

.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: 50px;
}

.moreCardsLeft, .moreCardsRight { 
	width:5%;
	float:left;
	height: 200px;
}
.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:20px;
padding-bottom:20px;
	height: 150px;
	width:89%;
	position: relative;
}

a.showcaseFisheyeItem {
	text-align: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 10px;
	margin-right:30px;
	
	
}

.showcaseFisheyeItem img {
	border: none;
	margin: 0px auto 0px auto;
	width: 90%;
	
}

.showcaseFisheyeItem .cardName {
	text-align:center;
	position: absolute;
	top:-20px;
	

	left: -5px;
	
	font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #4d4f4d;
font-weight : bold;
text-decoration : none;
}

.showcaseFisheyeItem span {
	display: none;
	padding-left:5px;
	float:left;
	width:140px;
}

.showcaseFishEyeMenu {
	height: 78px;
	left: 500px;
	position: absolute;
	top: 7px;
}


/* PRINTABLE CONTENT
--------------------------------------------------------------------------------------------*/
#printable {
	display:none;
}

