
.banner--clone {
    position: fixed;
    top: 0;
    left: 0;

    /* Additional styles */
    background:#123F7A;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
			z-index:99999;

}

 */
.banner--stick {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


.banner--unstick {
}



#totopscroller {
  bottom: 30px;
  position: fixed;
  right: 0;
  width: 70px;
  z-index: 9999;
}
#totopscroller div {
width: 49px;
height: 43px;
position: relative;
}
#totopscroller a {
  background: #dc0000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 23px;
  margin: 0 0 -1px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  width: 71px;
}
.totopscroller-top {
background-position: 0 0 !important;
}
.totopscroller-lnk {
background-position: 0 -43px !important;
}
.totopscroller-prev {
background-position: 0 -86px !important;
position: absolute;
top: 0;
left: 0;
}
.totopscroller-bottom {
background-position: 0 -86px !important;
position: absolute;
top: 0;
left: 0;
}

