Change this:::
.maskDesc {mod_ja…ow2.css (line 38)
-moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.4);
background:url(“../images/trans-black.png”) repeat scroll 0 0 transparent;
bottom:34px !important;
height:120px !important;
opacity:0.85;
right:0 !important;
width:600px !important;
z-index:200;
}
to
.maskDesc {mod_ja…ow2.css (line 38)
-moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.4);
background:url(“../images/trans-black.png”) repeat scroll 0 0 transparent;
bottom:34px !important;
display:none !important;
height:120px !important;
opacity:0.85;
right:0 !important;
width:600px !important;
z-index:200;
}