I see the problem, though I can't quite isolate the cause yet. This looks like an unclosed tag issue though. Check that all your DIVs have a matching closing </div> tag. You'll also want to remove a few unrelated, erroneous code on the page, namely, the part in red should be removed:
Code:
<script type="text/javascript" language="javascript" src="contentslider2.js">
function show(){
if (document.getElementById("layer1").style.visibility=="visible")
{document.getElementById("layer1").style.visibility="hidden"}
else {document.getElementById("layer1").style.visibility="visible"}
}
function showPage()
{document.getElementById("pagination-slider1").style.visibility="visible";
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Douglas College</title>
</head>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" onload="showPage1()">
Bookmarks