I'd be more inclined to change (from yorkcountryclub.net/A-CSS/yccstylesheet.css around line #305):
Code:
#slideshow {
width:80%;
margin-left: auto;
margin-right:auto;
background-color: black;
}
to:
Code:
#slideshow {
width:990px;
margin-left: auto;
margin-right:auto;
background-color: black;
}
BTW, here:
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 990, 380, 2, 6000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
The page isn't using the highlighted line. It's throwing a non-fatal error. Best to get rid of it.
Bookmarks