@charset "UTF-8";
/* CSS Document */

.nav {
 float: left;
 display: block;
 width: 35px;
 height: 10px;
 text-align:center;
 list-style-type: none;
 padding-left:15px;
 margin-top:0px;
}
.navContainer{
float:left;
width:100%;
}
#scrcontainer {
    overflow: hidden;
 width:430px;
 height:350px;
}
#wrapper {
   width:430px;
   position: relative;
   height: 350px;
   overflow: hidden;
}
.scrolling-content {
 height: 600px;
}
.scrolling-content {
 width:1290px;
  position: absolute;
}
#c_1
{
  left:0;top:0;
}

#c_2
{
  left:430px;top:0;
}
#c_3
{
    left:860px;top:0;
}