Here is the exact code you need.
<div class="error message" style="margin-bottom: 5px">
<marquee onmouseout="this.setAttribute('scrollamount', 6, 0);" onmouseover="this.setAttribute('scrollamount', 0, 0);" direction="left" scrollamount="6">
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;">
<!-- START PARTENERI -->
Here is where your image codes go blah blah blah
<!-- STOP PARTENERI -->
</span>
</marquee>
</div>