Try replacing this part of your code.
- HTML: Select all
<div id="Layer1" style="position:absolute; width:817px; height:328px; z-index:42; left: 201px; top: 176px;">
With this
- HTML: Select all
<div id="Layer1" style="position:absolute; overflow: auto; width: 500px; height: 300px; z-index:42; left: 201px; top: 176px;">
Adjust the width and height to your liking
Cheers
Pat