#miniProductShowcase
{
	width: 590px;
	height: 145px;
	float: left;
	background: #fff;
	position: relative;
	z-index:5;
	display: none;
	overflow:hidden;
	border-bottom: #aaa solid 1px; 
}

#miniProductShowcase img.slideelement
{
	top: -200px;
}

#miniProductShowcase a *
{
	cursor: pointer;
}

#miniProductShowcase a img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#miniProductShowcase a.global
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#miniProductShowcase #productSlideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 3em;
	background: #333;
	color: #fff;
	text-indent: 0;
}

* html #miniProductShowcase #productSlideInfoZone
{
	bottom: -1px;
	opacity: 0;
	-moz-opacity: 0;
}

#productSlideInfoZone h2
{
	padding: 0px;
	font-size: 14px;
	margin: 0;
	padding-left: 70px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-variant: small-caps;
}

#productSlideInfoZone p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 40px;
}

#productBannerOpacityLink
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/scripts/banneropacitylink.png');
	margin-left: 300px;
	width: 50px;
	height: 145px;
	z-index: 2;
}

* html #productBannerOpacityLink
{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/scripts/banneropacitylink.png", sizingMethod="scale");
}