/*.mypresta_scrollup{
    width:40px;
    height:40px;
    position:fixed;
    display:none;
    text-indent:-9999px;
}*/

.mypresta_scrollups {
  height: 14px;
  display: block;
  padding: 0px 20px;
  margin: 0 -9px 0 10px;
  font-weight: bold;
  color: #474849;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 11px;
  line-height: 1.182;
  background: url('toplink.gif') no-repeat left 3px;
}

.mypresta_scrollups:hover {
  color: #474849;
  background: url('toplink.gif') no-repeat left 3px;
}

.mypresta_scrollup {
  display: none;
}

.mypresta {
  height: 14px;
  display: block;
  padding: 0px 20px;
  margin: 0 -9px 0 10px;
  font-weight: bold;
  color: #474849;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 11px;
  line-height: 1.182;
  background: url('toplink.gif') no-repeat 0 -22px;
}

#stl_bg, .historyback {
  position: fixed;
  top: 0;
  padding: 13px 0 13px;
  left: 0;
  height: 100%;
  opacity: 0.5;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#stl_bg:hover, .historyback:hover {
  cursor: pointer;
  background-color: #E2E2E2;
  opacity: 1;
  -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}