﻿.nav {
 float: left;
 display: block;
 width: 200px;
 height: 25px;
 text-align:center;
 list-style-type: none;
}
.nav span
{
 font: small-caps 900 14px arial;
 color: blue;
}
#navcontainer {
    overflow: hidden;
 width:862px;
 height:600px;
}

#wrapper {
   width:862px;
   position: relative;
   height: 600px;
   overflow: hidden;
}

.scrolling-content {
 height: 600px;
}
