



.scrollupone
    {
             position: fixed;
    top: 100px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }

    .scrollupone:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrollupAll
    {
            position: fixed;
    top: 65px;
    right: 5px;
    width: 50px;
        height: 40px;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }

        .scrollupAll:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrolldownone
    {

    position: fixed;
   bottom: 70px;
    right: 5px;
    width: 64px;
        height: 57px;
    background-image:url(../img/down.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }
      .scrolldownone:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrolldownAll
    {
        position: fixed;
  bottom: 20px;
    right: 5px;
    width: 50px;
        height: 40px;
    background-image:url(../img/top1.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }
.scrolldownAll:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrollBtns
    {
        display: inline;
    }