Código PHP:
.jdGallery .slideInfoZone
{
z-index: 10;
position: absolute;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 25%;
background: #333;
color: #fff;
text-indent: 0;
overflow: hidden;
filter: alpha(opacity=50);
-moz-opacity: .5;
opacity: .5;
-khtml-opacity:.5;
}
??????????