.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 533px;
	height: 100px;
	margin: 0px;
	left: 0;
	bottom: 0;
	
	background: none;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	padding:0;
	margin:0;
	text-align:center;
	/*opacity: 0.9;*/
}



.jdGallery .slideInfoZone[class]{
background-image:url(_img/sfInfoPane.png);
background-repeat:repeat-x;
}
* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	width: 531px;
	display:block;
	padding: 0;
	font-size: 25px;
	margin: 0;
	margin: 2px 0px;
	font-weight: 100;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	text-align:center;
	padding: 0;
	font-size: 18px;
	margin: 2px 0px;
	color: #eee;
}



.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=0);
}

